Home
last modified time | relevance | path

Searched refs:DW_TAG_const_type (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp73 while (D && (D.getTag() == DW_TAG_const_type || in skipQualifiers()
149 case DW_TAG_const_type: in appendUnqualifiedNameBefore()
228 case DW_TAG_const_type: in appendUnqualifiedNameAfter()
459 (N.getTag() == DW_TAG_const_type ? C : V) = N; in decomposeConstVolatile()
463 if (Tag == DW_TAG_const_type) { in decomposeConstVolatile()
555 Const |= U.getTag() == DW_TAG_const_type; in appendSubroutineNameAfter()
H A DDWARFDie.cpp514 case DW_TAG_const_type: in getTypeSizeImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp93 if (Tag != dwarf::DW_TAG_const_type && Tag != dwarf::DW_TAG_volatile_type) in BPFPreserveDITypeImpl()
H A DBTFDebug.cpp54 case dwarf::DW_TAG_const_type: in BTFTypeDerived()
834 } else if (Tag == dwarf::DW_TAG_typedef || Tag == dwarf::DW_TAG_const_type || in visitDerivedType()
949 if (Tag != dwarf::DW_TAG_typedef && Tag != dwarf::DW_TAG_const_type && in visitMapDefType()
H A DBPFAbstractMemberAccess.cpp278 if (Tag != dwarf::DW_TAG_typedef && Tag != dwarf::DW_TAG_const_type && in SkipDIDerivedTag()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp155 Tag != dwarf::DW_TAG_const_type && Tag != dwarf::DW_TAG_volatile_type && in getBaseTypeSize()
210 assert(T == dwarf::DW_TAG_typedef || T == dwarf::DW_TAG_const_type || in isUnsignedDIType()
H A DCodeViewDebug.cpp1679 case dwarf::DW_TAG_const_type: in lowerType()
2018 case dwarf::DW_TAG_const_type: in lowerTypeModifier()
2368 case dwarf::DW_TAG_const_type: in collectMemberInfo()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h63 #define DW_TAG_const_type 0x26 macro
H A Ddwarf_dump.c1441 case DW_TAG_const_type: in dwarf_get_TAG_name()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp91 case dwarf::DW_TAG_const_type: in save()
H A DSyntheticTypeNameBuilder.cpp527 case dwarf::DW_TAG_const_type: { in addTypePrefix()
H A DDependencyTracker.cpp589 case dwarf::DW_TAG_const_type: in isTypeTableCandidate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp257 case DW_TAG_const_type: in AppendTypeName()
H A DDWARFASTParserClang.cpp495 case DW_TAG_const_type: in ParseTypeFromDWARF()
670 case DW_TAG_const_type: in ParseTypeModifier()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp295 case dwarf::DW_TAG_const_type: // "const" in resolveFullname()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp65 case dwarf::DW_TAG_const_type: in createElement()
H A DLVCodeViewVisitor.cpp2299 LastLink->setTag(dwarf::DW_TAG_const_type); in visitKnownRecord()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1729 { DW_TAG_const_type, 0, die_const_create },
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp125 case dwarf::DW_TAG_const_type: in isTypeTag()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1179 N.getTag() == dwarf::DW_TAG_const_type || in visitDIDerivedType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp975 return llvm::dwarf::DW_TAG_const_type; in getNextQualifier()