Searched refs:DIEs (Results 1 – 10 of 10) sorted by relevance
38 DataArray &DIEs = Entries[Name.getString()]; in AddName() local39 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()
446 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()
444 InlinedChain.DIEs.push_back(*DIE); in getInlinedChainForAddress()458 std::reverse(InlinedChain.DIEs.begin(), InlinedChain.DIEs.end()); in getInlinedChainForAddress()
154 SmallVector<DWARFDebugInfoEntryMinimal, 4> DIEs; member
279 std::vector<DWARFDebugInfoEntryMinimal> &DIEs) const;
36 Check that the accelerators point to the right DIEs.
1067 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 inlined1209 ``DW_TAG_variable`` DIEs that have a ``DW_OP_addr`` in the location (global and1270 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
147 ; Don't emit pubtype entries for type DIEs in the compile unit that just indirect to a type unit.
864 DIEs without children. Return an error whenever dwarf_child or
1411 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.