Searched refs:DW_TAG_enumerator (Results 1 - 16 of 16) sorted by relevance

/external/elfutils/0.153/libdw/
H A Ddwarf_aggregate_size.c155 /* We have to find the DW_TAG_enumerator child with the
164 if (INTUSE(dwarf_tag) (&enum_child) == DW_TAG_enumerator)
H A Ddwarf.h89 DW_TAG_enumerator = 0x28, enumerator in enum:__anon21152
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-info.c71 DW_TAG_enumerator = 0x28, enumerator in enum:__anon16322
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp468 case DW_TAG_enumerator : return TagCategoryType;
H A DDWARFDebugInfoEntry.cpp2117 case DW_TAG_enumerator : break;
H A DSymbolFileDWARF.cpp4329 if (tag == DW_TAG_enumerator)
/external/llvm/lib/Support/
H A DDwarf.cpp57 case DW_TAG_enumerator: return "DW_TAG_enumerator";
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h84 DW_TAG_enumerator = 0x28, enumerator in enum:__anon32405
H A Dd3basics.c102 case DW_TAG_enumerator: return "DW_TAG_enumerator";
H A Dreaddwarf3.c2574 DW_TAG_enumerator with only a DW_AT_name but no
2577 earlier do not appear to do this. So accept DW_TAG_enumerator
2587 <2><18d>: Abbrev Number: 7 (DW_TAG_enumerator)
2590 <2><192>: Abbrev Number: 7 (DW_TAG_enumerator)
2593 <2><197>: Abbrev Number: 7 (DW_TAG_enumerator)
2596 <2><19c>: Abbrev Number: 7 (DW_TAG_enumerator)
2599 <2><1a1>: Abbrev Number: 7 (DW_TAG_enumerator)
2603 if (dtag == DW_TAG_enumerator) {
/external/llvm/include/llvm/Support/
H A DDwarf.h104 DW_TAG_enumerator = 0x28,
/external/llvm/lib/IR/
H A DDebugInfo.cpp315 /// isEnumerator - Return true if the specified tag is DW_TAG_enumerator.
317 return DbgNode && getTag() == dwarf::DW_TAG_enumerator;
H A DDIBuilder.cpp228 GetTagConstant(VMContext, dwarf::DW_TAG_enumerator),
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1862 case dwarf::DW_TAG_enumerator:
H A DDwarfUnit.cpp1759 DIE &Enumerator = createAndAddDIE(dwarf::DW_TAG_enumerator, Buffer);
/external/elfutils/0.153/src/
H A Dreadelf.c3226 [DW_TAG_enumerator] = "enumerator",

Completed in 280 milliseconds