Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Dapple_names_verify_form.s46 .long 1 ## Num DIEs
51 .long 1 ## Num DIEs
Dapple_names_verify_num_atoms.s47 .long 1 ## Num DIEs
52 .long 1 ## Num DIEs
Denum.s238 .long 1 ## Num DIEs
293 .long 1 ## Num DIEs
300 .long 1 ## Num DIEs
Dbrief.s174 .long 1 ## Num DIEs
224 .long 1 ## Num DIEs
Dapple-names-die-offset-data.s73 .long 1 ## Num DIEs
Dapple-names-die-offset-ref.s73 .long 1 ## Num DIEs
Dlookup.s231 .long 1 ## Num DIEs
281 .long 1 ## Num DIEs
Dapple_types_verify_tag.s119 .long 1 ## Num DIEs
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/Inputs/
Dinvalid.s198 .long 1 ## Num DIEs
203 .long 1 ## Num DIEs
253 .long 1 ## Num DIEs
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Ddwarfdump-accel.test35 Check that the accelerators point to the right DIEs.
45 Check that the accelerators point to the right DIEs.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/Inputs/scattered-reloc/
D1.s127 .long 1 @ Num DIEs
177 .long 1 @ Num 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1726 std::multimap<int64_t, decltype(it->getAbbreviationDeclarationPtr())> DIEs; in TEST() local
1746 DIEs.insert(std::make_pair(*V, AbbrevPtr)); in TEST()
1748 EXPECT_EQ(DIEs.count(Val1), 2u); in TEST()
1749 EXPECT_EQ(DIEs.count(Val2), 1u); in TEST()
1750 auto Val1Range = DIEs.equal_range(Val1); in TEST()
1753 EXPECT_EQ(DIEs.find(Val2)->second, AbbrevPtrVal2); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dlinkage-name-abstract.ll43 ; The order of these DIEs is not important of course, just the links.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddwarf-headers.ll37 ; Note that we check the exact offset of the DIEs because that tells us
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h556 std::vector<DWARFDebugInfoEntry> &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/swiftshader/third_party/llvm-7.0/llvm/docs/
DSourceLevelDebugging.rst1131 We might want to store an offset to all of the debug information entries (DIEs)
1203 multiple matching DIEs in a single file, which could come up with an inlined
1273 ``DW_TAG_variable`` DIEs that have a ``DW_OP_addr`` in the location (global and
1335 We get a few type DIEs:
1350 "``.apple_namespaces``" section should contain all ``DW_TAG_namespace`` DIEs.
1363 "``.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.

12