Home
last modified time | relevance | path

Searched refs:DW_TAG_enumeration_type (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp76 case dwarf::DW_TAG_enumeration_type: in getChildDeclContext()
104 Tag != dwarf::DW_TAG_enumeration_type && NameRef.empty()) in getChildDeclContext()
H A DDWARFLinker.cpp113 case dwarf::DW_TAG_enumeration_type: in isTypeTag()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp260 case DW_TAG_enumeration_type: in AppendTypeName()
410 case DW_TAG_enumeration_type: in GetDeclContextImpl()
463 case DW_TAG_enumeration_type: in GetTypeLookupContext()
H A DManualDWARFIndex.cpp208 case DW_TAG_enumeration_type: in IndexUnitImpl()
343 case DW_TAG_enumeration_type: in IndexUnitImpl()
H A DDWARFASTParserClang.cpp511 case DW_TAG_enumeration_type: { in ParseTypeFromDWARF()
2296 case DW_TAG_enumeration_type: in CompleteTypeFromDWARF()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DSyntheticTypeNameBuilder.cpp470 case dwarf::DW_TAG_enumeration_type: { in addTypePrefix()
676 case dwarf::DW_TAG_enumeration_type: { in OrderedChildrenIndexAssigner()
727 case dwarf::DW_TAG_enumeration_type: in tagToArrayIndex()
H A DAcceleratorRecordsSaver.cpp79 case dwarf::DW_TAG_enumeration_type: in save()
H A DDependencyTracker.cpp575 case dwarf::DW_TAG_enumeration_type: in isTypeTableCandidate()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp291 case dwarf::DW_TAG_enumeration_type: in scopedTAGs()
331 if (T.getTag() == DW_TAG_enumeration_type) { in appendTemplateParameters()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h35 #define DW_TAG_enumeration_type 0x04 macro
H A Ddwarf_dump.c1449 case DW_TAG_enumeration_type: in dwarf_get_TAG_name()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp187 if (CTy->getTag() == dwarf::DW_TAG_enumeration_type) { in isUnsignedDIType()
H A DDwarfUnit.cpp885 case dwarf::DW_TAG_enumeration_type: in constructTypeDIE()
1014 if (Tag == dwarf::DW_TAG_enumeration_type || in constructTypeDIE()
1021 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()
H A DCodeViewDebug.cpp266 case dwarf::DW_TAG_enumeration_type: in getPrettyScopeName()
1692 case dwarf::DW_TAG_enumeration_type: in lowerType()
2228 if (Ty->getTag() == dwarf::DW_TAG_enumeration_type) { in getCommonClassOptions()
2249 case dwarf::DW_TAG_enumeration_type: in addUDTSrcLine()
H A DDwarfDebug.cpp2477 case dwarf::DW_TAG_enumeration_type: in computeIndexValue()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp318 case dwarf::DW_TAG_enumeration_type: in resolveFullname()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp744 if (!CompTy || CompTy->getTag() != dwarf::DW_TAG_enumeration_type) in GetFieldInfo()
1027 assert(CTy->getTag() == dwarf::DW_TAG_enumeration_type); in computeAccessKey()
H A DBTFDebug.cpp782 else if (Tag == dwarf::DW_TAG_enumeration_type) in visitCompositeType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp228 case dwarf::DW_TAG_enumeration_type: in createElement()
H A DLVCodeViewVisitor.cpp3040 CurrentScope->setTag(dwarf::DW_TAG_enumeration_type); in createElement()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1721 { DW_TAG_enumeration_type, 0, die_enum_create },
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp545 VMContext, dwarf::DW_TAG_enumeration_type, Name, File, LineNumber, in createEnumerationType()
H A DVerifier.cpp1200 (Enum && Enum->getTag() == dwarf::DW_TAG_enumeration_type) || in visitDIDerivedType()
1247 N.getTag() == dwarf::DW_TAG_enumeration_type || in visitDICompositeType()
1363 CheckDI(Enum && Enum->getTag() == dwarf::DW_TAG_enumeration_type, in visitDICompileUnit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3365 llvm::dwarf::DW_TAG_enumeration_type, "", TheCU, DefUnit, 0)); in CreateEnumType()
3370 llvm::dwarf::DW_TAG_enumeration_type, EDName, EDContext, DefUnit, Line, in CreateEnumType()
3772 case llvm::dwarf::DW_TAG_enumeration_type: in CreateLimitedType()
5575 assert (EDTy->getTag() == llvm::dwarf::DW_TAG_enumeration_type); in EmitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1632 (Tag == dwarf::DW_TAG_enumeration_type || in parseOneMetadata()

12