Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf.h65 #define DW_TAG_enumerator 0x28 macro
HDdwarf_dump.c1229 case DW_TAG_enumerator: in dwarf_get_TAG_name()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDefines.cpp468 case DW_TAG_enumerator : return TagCategoryType; in get_tag_category()
HDDWARFDebugInfoEntry.cpp2154 case DW_TAG_enumerator : break; in LookupAddress()
HDSymbolFileDWARF.cpp4633 if (tag == DW_TAG_enumerator) in ParseChildEnumerators()
/NextBSD/contrib/binutils/include/elf/
HDdwarf2.h167 DW_TAG_enumerator = 0x28, enumerator
/NextBSD/contrib/gcc/
HDdwarf2.h167 DW_TAG_enumerator = 0x28, enumerator
HDdwarf2out.c4487 case DW_TAG_enumerator: in dwarf_tag_name()
11481 dw_die_ref enum_die = new_die (DW_TAG_enumerator, type_die, link); in gen_enumeration_type_die()
/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c1567 case DW_TAG_enumerator: in add_partial_symbol()
1610 case DW_TAG_enumerator: in pdi_needs_namespace()
1748 if (pdi.tag != DW_TAG_enumerator || pdi.name == NULL) in add_partial_enumeration()
3339 if (child_die->tag != DW_TAG_enumerator) in process_enumeration_scope()
5836 case DW_TAG_enumerator: in new_symbol()
6502 case DW_TAG_enumerator: in dwarf_tag_name()
/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDdwarf.c838 if (die_tag(dw, mem) != DW_TAG_enumerator) { in die_enum_create()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp1308 DIE &Enumerator = createAndAddDIE(dwarf::DW_TAG_enumerator, Buffer); in constructEnumTypeDIE()
HDDwarfDebug.cpp1368 case dwarf::DW_TAG_enumerator: in computeIndexValue()
/NextBSD/contrib/binutils/binutils/
HDdwarf.c493 case DW_TAG_enumerator: return "DW_TAG_enumerator"; in get_TAG_name()
/NextBSD/contrib/llvm/include/llvm/IR/
HDDebugInfoMetadata.h362 : DINode(C, DIEnumeratorKind, Storage, dwarf::DW_TAG_enumerator, Ops),
/NextBSD/contrib/llvm/lib/IR/
HDVerifier.cpp773 Assert(N.getTag() == dwarf::DW_TAG_enumerator, "invalid tag", &N); in visitDIEnumerator()