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

/freebsd-10.0-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;
1893 if (tag != DW_TAG_compile_unit)
1899 if (parent_decl_ctx_die->Tag() != DW_TAG_compile_unit)
1942 case DW_TAG_compile_unit:
2095 case DW_TAG_compile_unit : match_addr_range = true; break;
2158 case DW_TAG_compile_unit: // File
2187 check_children = (m_tag == DW_TAG_compile_unit) && ((function_die != NULL) || (block_die != NULL));
2208 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.cpp744 case DW_TAG_compile_unit:
H A DSymbolFileDWARF.cpp440 case DW_TAG_compile_unit:
863 // have multiple DW_TAG_compile_unit tags.
4632 case DW_TAG_compile_unit:
4681 case DW_TAG_compile_unit:
4909 // [3] DW_TAG_compile_unit for the source file.
4939 // DW_TAG_compile_unit. If it isn't then something went wrong in
4941 assert (decl_ctx_1.GetDIEPtrAtIndex (count1 - 1)->Tag() == DW_TAG_compile_unit);
7015 if (sc_parent_tag == DW_TAG_compile_unit)
7667 case DW_TAG_compile_unit:
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp120 if (p->getTag() == dwarf::DW_TAG_compile_unit)
H A DDwarfDebug.cpp678 // DW_TAG_compile_unit.
684 DIE *Die = new DIE(dwarf::DW_TAG_compile_unit);
2010 assert(Die->getTag() == dwarf::DW_TAG_compile_unit &&
2619 DIE *Die = new DIE(dwarf::DW_TAG_compile_unit);
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp153 bool IsCompileUnitTag = (AbbrevDecl->getTag() == DW_TAG_compile_unit);
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp33 case DW_TAG_compile_unit: return "DW_TAG_compile_unit";
/freebsd-10.0-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.0-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp275 case dwarf::DW_TAG_compile_unit:
298 /// isCompileUnit - Return true if the specified tag is DW_TAG_compile_unit.
300 return DbgNode && getTag() == dwarf::DW_TAG_compile_unit;
H A DDIBuilder.cpp110 GetTagConstant(VMContext, dwarf::DW_TAG_compile_unit),
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h145 DW_TAG_compile_unit = 0x11, enumerator in enum:dwarf_tag
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h145 DW_TAG_compile_unit = 0x11, enumerator in enum:dwarf_tag
H A Ddwarf2out.c4445 case DW_TAG_compile_unit:
4446 return "DW_TAG_compile_unit";
12355 die = new_die (DW_TAG_compile_unit, NULL, NULL);
13927 value given in the DW_AT_name attribute of the DW_TAG_compile_unit DIE
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h84 DW_TAG_compile_unit = 0x11, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-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.0-release/contrib/binutils/gas/
H A Ddwarf2dbg.c1490 out_uleb128 (DW_TAG_compile_unit);
1574 /* DW_TAG_compile_unit DIE abbrev */
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp476 // DW_TAG_compile_unit DIE abbrev (1).
478 MCOS->EmitULEB128IntValue(dwarf::DW_TAG_compile_unit);
625 // The DW_TAG_compile_unit DIE abbrev (1).
/freebsd-10.0-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 220 milliseconds