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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp75 case DW_TAG_compile_unit:
H A DDWARFDebugInfoEntry.cpp307 bool isCompileUnitTag = m_tag == DW_TAG_compile_unit;
1895 if (tag != DW_TAG_compile_unit)
1901 if (parent_decl_ctx_die->Tag() != DW_TAG_compile_unit)
1944 case DW_TAG_compile_unit:
2097 case DW_TAG_compile_unit : match_addr_range = true; break;
2160 case DW_TAG_compile_unit: // File
2189 check_children = (m_tag == DW_TAG_compile_unit) && ((function_die != NULL) || (block_die != NULL));
2210 case DW_TAG_compile_unit: // File
H A DDWARFDebugPubnames.cpp173 case DW_TAG_compile_unit:
H A DDWARFDefines.cpp446 case DW_TAG_compile_unit : return TagCategoryProgram;
H A DDWARFCompileUnit.cpp720 case DW_TAG_compile_unit:
H A DSymbolFileDWARF.cpp440 case DW_TAG_compile_unit:
863 // have multiple DW_TAG_compile_unit tags.
4694 case DW_TAG_compile_unit:
4743 case DW_TAG_compile_unit:
4970 // [3] DW_TAG_compile_unit for the source file.
5000 // DW_TAG_compile_unit. If it isn't then something went wrong in
5002 assert (decl_ctx_1.GetDIEPtrAtIndex (count1 - 1)->Tag() == DW_TAG_compile_unit);
7082 if (sc_parent_tag == DW_TAG_compile_unit)
7735 case DW_TAG_compile_unit:
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDwarf.cpp35 case DW_TAG_compile_unit: return "DW_TAG_compile_unit";
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp128 if (p->getTag() == dwarf::DW_TAG_compile_unit)
H A DDIEHash.cpp95 while (Cur->getTag() != dwarf::DW_TAG_compile_unit) {
H A DDwarfDebug.cpp741 // DW_TAG_compile_unit.
746 DIE *Die = new DIE(dwarf::DW_TAG_compile_unit);
2971 DIE *Die = new DIE(dwarf::DW_TAG_compile_unit);
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf.h43 #define DW_TAG_compile_unit 0x11 macro
H A Ddwarf_dump.c292 case DW_TAG_compile_unit:
293 return "DW_TAG_compile_unit";
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Ddwarf2.h145 DW_TAG_compile_unit = 0x11, enumerator in enum:dwarf_tag
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2.h145 DW_TAG_compile_unit = 0x11, enumerator in enum:dwarf_tag
H A Ddwarf2out.c4448 case DW_TAG_compile_unit:
4449 return "DW_TAG_compile_unit";
12425 die = new_die (DW_TAG_compile_unit, NULL, NULL);
14038 value given in the DW_AT_name attribute of the DW_TAG_compile_unit DIE
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp248 case dwarf::DW_TAG_compile_unit:
274 /// isCompileUnit - Return true if the specified tag is DW_TAG_compile_unit.
276 return DbgNode && getTag() == dwarf::DW_TAG_compile_unit;
H A DDIBuilder.cpp118 GetTagConstant(VMContext, dwarf::DW_TAG_compile_unit),
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h83 DW_TAG_compile_unit = 0x11,
/freebsd-10.1-release/contrib/binutils/binutils/
H A Ddwarf.c471 case DW_TAG_compile_unit: return "DW_TAG_compile_unit";
1741 case DW_TAG_compile_unit:
/freebsd-10.1-release/contrib/binutils/gas/
H A Ddwarf2dbg.c1490 out_uleb128 (DW_TAG_compile_unit);
1574 /* DW_TAG_compile_unit DIE abbrev */
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp462 // DW_TAG_compile_unit DIE abbrev (1).
464 MCOS->EmitULEB128IntValue(dwarf::DW_TAG_compile_unit);
612 // The DW_TAG_compile_unit DIE abbrev (1).
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarf2read.c1938 case DW_TAG_compile_unit:
2213 1: DW_TAG_compile_unit
2536 DW_TAG_compile_unit or DW_TAG_namespace (as opposed to
6458 case DW_TAG_compile_unit:
6459 return "DW_TAG_compile_unit";

Completed in 509 milliseconds