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

/external/llvm/lib/Support/
H A DDwarf.cpp55 case DW_TAG_enumerator: return "DW_TAG_enumerator";
/external/qemu/elff/
H A Ddwarf_utils.cc200 DWARF_NAMEFY(DW_TAG_enumerator);
H A Ddwarf.h100 #define DW_TAG_enumerator 0x28 macro
/external/elfutils/tests/
H A Dshow-die-info.c73 [DW_TAG_enumerator] = "DW_TAG_enumerator",
/external/elfutils/libdw/
H A Ddwarf.h89 DW_TAG_enumerator = 0x28, enumerator in enum:__anon4649
/external/llvm/include/llvm/Support/
H A DDwarf.h99 DW_TAG_enumerator = 0x28, enumerator in enum:llvm::dwarf::dwarf_constants
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h82 DW_TAG_enumerator = 0x28, enumerator in enum:__anon12159
H A Dd3basics.c100 case DW_TAG_enumerator: return "DW_TAG_enumerator";
H A Dreaddwarf3.c2306 DW_TAG_enumerator with only a DW_AT_name but no
2309 earlier do not appear to do this. So accept DW_TAG_enumerator
2319 <2><18d>: Abbrev Number: 7 (DW_TAG_enumerator)
2322 <2><192>: Abbrev Number: 7 (DW_TAG_enumerator)
2325 <2><197>: Abbrev Number: 7 (DW_TAG_enumerator)
2328 <2><19c>: Abbrev Number: 7 (DW_TAG_enumerator)
2331 <2><1a1>: Abbrev Number: 7 (DW_TAG_enumerator)
2335 if (dtag == DW_TAG_enumerator) {
/external/llvm/lib/Analysis/
H A DDebugInfo.cpp287 /// isEnumerator - Return true if the specified tag is DW_TAG_enumerator.
289 return DbgNode && getTag() == dwarf::DW_TAG_enumerator;
H A DDIBuilder.cpp144 GetTagConstant(VMContext, dwarf::DW_TAG_enumerator),
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1298 DIE *Enumerator = new DIE(dwarf::DW_TAG_enumerator);
/external/elfutils/src/
H A Dreadelf.c3061 [DW_TAG_enumerator] = "enumerator",

Completed in 137 milliseconds