Home
last modified time | relevance | path

Searched refs:DIEs (Results 1 – 10 of 10) 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/lib/DebugInfo/DWARF/
DDWARFContext.cpp446 if (InlinedChain.DIEs.size() == 0) in getFunctionNameForAddress()
448 const DWARFDebugInfoEntryMinimal &TopFunctionDIE = InlinedChain.DIEs[0]; in getFunctionNameForAddress()
527 if (InlinedChain.DIEs.size() == 0) { in getInliningInfoForAddress()
542 for (uint32_t i = 0, n = InlinedChain.DIEs.size(); i != n; i++) { in getInliningInfoForAddress()
543 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.h279 std::vector<DWARFDebugInfoEntryMinimal> &DIEs) const;
/external/llvm/test/DebugInfo/
Ddwarfdump-accel.test36 Check that the accelerators point to the right DIEs.
/external/llvm/docs/
DSourceLevelDebugging.rst1067 We might want to store an offset to all of the debug information entries (DIEs)
1139 multiple matching DIEs in a single file, which could come up with an inlined
1209 ``DW_TAG_variable`` DIEs that have a ``DW_OP_addr`` in the location (global and
1270 We get a few type DIEs:
1285 "``.apple_namespaces``" section should contain all ``DW_TAG_namespace`` DIEs.
1298 "``.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.