Home
last modified time | relevance | path

Searched refs:DIEs (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp38 DataArray &DIEs = Entries[Name.getString()]; in AddName() local
39 assert(!DIEs.Name || DIEs.Name == Name); in AddName()
40 DIEs.Name = Name; in AddName()
41 DIEs.Values.push_back(new (Allocator) HashDataContents(die, Flags)); in AddName()
/external/llvm/test/DebugInfo/
Ddwarfdump-accel.test31 Check that the accelerators point to the right DIEs.
41 Check that the accelerators point to the right DIEs.
/external/llvm/test/tools/dsymutil/Inputs/scattered-reloc/
D1.s127 .long 1 @ Num DIEs
177 .long 1 @ Num DIEs
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp464 if (InlinedChain.DIEs.size() == 0) in getFunctionNameForAddress()
466 const DWARFDebugInfoEntryMinimal &TopFunctionDIE = InlinedChain.DIEs[0]; in getFunctionNameForAddress()
545 if (InlinedChain.DIEs.size() == 0) { in getInliningInfoForAddress()
560 for (uint32_t i = 0, n = InlinedChain.DIEs.size(); i != n; i++) { in getInliningInfoForAddress()
561 const DWARFDebugInfoEntryMinimal &FunctionDIE = InlinedChain.DIEs[i]; in getInliningInfoForAddress()
DDWARFDebugInfoEntry.cpp444 InlinedChain.DIEs.push_back(*DIE); in getInlinedChainForAddress()
458 std::reverse(InlinedChain.DIEs.begin(), InlinedChain.DIEs.end()); in getInlinedChainForAddress()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h154 SmallVector<DWARFDebugInfoEntryMinimal, 4> DIEs; member
DDWARFUnit.h277 std::vector<DWARFDebugInfoEntryMinimal> &DIEs) const;
/external/llvm/docs/
DSourceLevelDebugging.rst1075 We might want to store an offset to all of the debug information entries (DIEs)
1147 multiple matching DIEs in a single file, which could come up with an inlined
1217 ``DW_TAG_variable`` DIEs that have a ``DW_OP_addr`` in the location (global and
1278 We get a few type DIEs:
1293 "``.apple_namespaces``" section should contain all ``DW_TAG_namespace`` DIEs.
1306 "``.apple_objc``" section should contain all ``DW_TAG_subprogram`` DIEs for an
/external/llvm/test/DebugInfo/X86/
Dgenerate-odr-hash.ll147 ; Don't emit pubtype entries for type DIEs in the compile unit that just indirect to a type unit.
/external/elfutils/libdw/
DChangeLog864 DIEs without children. Return an error whenever dwarf_child or
/external/elfutils/tests/
DChangeLog1411 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.