Home
last modified time | relevance | path

Searched refs:DW_TAG_enumerator (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h65 #define DW_TAG_enumerator 0x28 macro
H A Ddwarf_dump.c1451 case DW_TAG_enumerator: in dwarf_get_TAG_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp306 case dwarf::DW_TAG_enumerator: in resolveFullname()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp70 case dwarf::DW_TAG_enumerator: in createElement()
H A DLVCodeViewVisitor.cpp3000 CurrentType->setTag(dwarf::DW_TAG_enumerator); in createElement()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c830 if (die_tag(dw, mem) != DW_TAG_enumerator) { in die_enum_create()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1763 case DW_TAG_enumerator: in verifyNameIndexCompleteness()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1603 DIE &Enumerator = createAndAddDIE(dwarf::DW_TAG_enumerator, Buffer); in constructEnumTypeDIE()
H A DDwarfDebug.cpp2494 case dwarf::DW_TAG_enumerator: in computeIndexValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp650 : DINode(C, DIEnumeratorKind, Storage, dwarf::DW_TAG_enumerator, Ops), in DIEnumerator()
H A DVerifier.cpp1198 CheckDI(N.getTag() == dwarf::DW_TAG_enumerator, "invalid tag", &N); in visitDIEnumerator()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2281 if (tag != DW_TAG_enumerator) in ParseChildEnumerators()