Searched refs:DW_TAG_compile_unit (Results 1 - 25 of 25) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getfuncs.c64 || INTUSE(dwarf_tag) (cudie) != DW_TAG_compile_unit))
H A Ddwarf_getsrcfiles.c64 || INTUSE(dwarf_tag) (cudie) != DW_TAG_compile_unit))
H A Dlibdw_visit_scopes.c64 case DW_TAG_compile_unit:
H A Ddwarf_getsrclines.c118 || INTUSE(dwarf_tag) (cudie) != DW_TAG_compile_unit))
H A Ddwarf.h67 DW_TAG_compile_unit = 0x11, enumerator in enum:__anon5189
/external/elfutils/tests/
H A Drun-show-die-info.sh34 DW_TAG_compile_unit
58 DW_TAG_compile_unit
82 DW_TAG_compile_unit
132 DW_TAG_compile_unit
919 DW_TAG_compile_unit
943 DW_TAG_compile_unit
H A Dshow-die-info.c51 [DW_TAG_compile_unit] = "DW_TAG_compile_unit",
/external/qemu/elff/
H A Ddwarf_cu.cc370 assert(cu_die_ == NULL && die_tag == DW_TAG_compile_unit);
371 if (cu_die_ == NULL && die_tag != DW_TAG_compile_unit) {
425 if (tag == DW_TAG_compile_unit || collect_die(parse_context, tag)) {
H A Ddwarf_utils.cc178 DWARF_NAMEFY(DW_TAG_compile_unit);
H A Ddwarf_defs.h996 return tag == DW_TAG_compile_unit ||
H A Delf_file.cc30 DW_TAG_compile_unit,
H A Ddwarf.h78 #define DW_TAG_compile_unit 0x11 macro
/external/oprofile/opjitconv/
H A Ddebug_line.c65 DW_TAG_compile_unit = 0x11, enumerator in enum:dw_tag
429 emit_unsigned_LEB128(b, DW_TAG_compile_unit);
/external/llvm/lib/Support/
H A DDwarf.cpp33 case DW_TAG_compile_unit: return "DW_TAG_compile_unit";
/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp240 bool isCompileUnitTag = tag == DW_TAG_compile_unit;
/external/llvm/lib/VMCore/
H A DDebugInfo.cpp232 case dwarf::DW_TAG_compile_unit:
255 /// isCompileUnit - Return true if the specified tag is DW_TAG_compile_unit.
257 return DbgNode && getTag() == dwarf::DW_TAG_compile_unit;
H A DDIBuilder.cpp103 GetTagConstant(VMContext, dwarf::DW_TAG_compile_unit),
/external/llvm/include/llvm/Support/
H A DDwarf.h77 DW_TAG_compile_unit = 0x11, enumerator in enum:llvm::dwarf::dwarf_constants
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h60 DW_TAG_compile_unit = 0x11, enumerator in enum:__anon13521
H A Dd3basics.c76 case DW_TAG_compile_unit: return "DW_TAG_compile_unit";
H A Dreaddwarf3.c1474 if (dtag == DW_TAG_compile_unit) {
1508 because we've already seen a DW_TAG_compile_unit DIE at level
2114 if (dtag == DW_TAG_compile_unit) {
2572 DW_TAG_compile_unit in this fn */
3408 one DW_TAG_compile_unit or DW_TAG_partial_unit DIE. */
/external/elfutils/src/
H A Dnm.c636 if (dwarf_tag (cudie) != DW_TAG_compile_unit)
H A Dreadelf.c3039 [DW_TAG_compile_unit] = "compile_unit",
/external/llvm/lib/MC/
H A DMCDwarf.cpp446 // DW_TAG_compile_unit DIE abbrev (1).
448 MCOS->EmitULEB128IntValue(dwarf::DW_TAG_compile_unit);
591 // The DW_TAG_compile_unit DIE abbrev (1).
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp586 /// metadata node with tag DW_TAG_compile_unit.
593 DIE *Die = new DIE(dwarf::DW_TAG_compile_unit);

Completed in 269 milliseconds