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

/macosx-10.9.5/cctools-845/ld/
H A Ddwarf2.h29 DW_TAG_compile_unit = 17, enumerator in enum:__anon6915
H A Ddebugcompunit.c258 /* Check that the abbrev is one for a DW_TAG_compile_unit. */
259 if (read_uleb128 (&da, enda) != DW_TAG_compile_unit)
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_die.c166 if (first_die->di_tag != DW_TAG_compile_unit) {
H A Ddwarf_addr_finder.c429 if (DW_TAG_compile_unit == ltag) {
H A Ddwarf.h74 #define DW_TAG_compile_unit 0x11 macro
H A Ddwarf_die_deliv.c616 DW_TAG_compile_unit)) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DDwarf.cpp33 case DW_TAG_compile_unit: return "DW_TAG_compile_unit";
/macosx-10.9.5/llvmCore-3425.0.33/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp240 bool isCompileUnitTag = tag == DW_TAG_compile_unit;
/macosx-10.9.5/llvmCore-3425.0.33/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),
/macosx-10.9.5/cctools-845/include/elf/
H A Ddwarf2.h145 DW_TAG_compile_unit = 0x11, enumerator in enum:dwarf_tag
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/elf/
H A Ddwarf2.h145 DW_TAG_compile_unit = 0x11, enumerator in enum:dwarf_tag
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDwarf.h77 DW_TAG_compile_unit = 0x11, enumerator in enum:llvm::dwarf::dwarf_constants
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddwarf.c471 case DW_TAG_compile_unit: return "DW_TAG_compile_unit";
1732 case DW_TAG_compile_unit:
/macosx-10.9.5/llvmCore-3425.0.33/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).
/macosx-10.9.5/cctools-845/as/
H A Ddwarf2dbg.c1833 /* DW_TAG_compile_unit DIE abbrev (1) */
1835 out_uleb128 (DW_TAG_compile_unit);
1957 /* DW_TAG_compile_unit DIE abbrev */
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp599 /// metadata node with tag DW_TAG_compile_unit.
606 DIE *Die = new DIE(dwarf::DW_TAG_compile_unit);

Completed in 225 milliseconds