Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-locstats.rst18 The line 0% shows the number and the percentage of DIEs with no location
19 information, but the line 100% shows the information for DIEs where there is
21 is in the scope). The line [50%,60%) shows the number and the percentage of DIEs
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
DDW_AT_object_pointer.s397 .long 1 ## Num DIEs
402 .long 1 ## Num DIEs
407 .long 1 ## Num DIEs
412 .long 2 ## Num DIEs
418 .long 1 ## Num DIEs
473 .long 1 ## Num DIEs
480 .long 1 ## Num DIEs
Dapple_names_verify_num_atoms.s47 .long 1 ## Num DIEs
52 .long 1 ## Num DIEs
Dapple_names_verify_form.s46 .long 1 ## Num DIEs
51 .long 1 ## Num DIEs
Dverify_compatible_tags.s316 .long 1 ## Num DIEs
321 .long 1 ## Num DIEs
326 .long 2 ## Num DIEs
377 .long 1 ## Num DIEs
Dstats-dbg-callsite-info.ll15 ; CHECK: "#call site DIEs": 2,
16 ; CHECK-NEXT: "#call site parameter DIEs": 6,
Denum.s243 .long 1 ## Num DIEs
298 .long 1 ## Num DIEs
305 .long 1 ## Num DIEs
Dbrief.s170 .long 1 ## Num DIEs
220 .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/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-project/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/llvm-project/llvm/test/tools/dsymutil/Inputs/
Dinvalid.s198 .long 1 ## Num DIEs
203 .long 1 ## Num DIEs
253 .long 1 ## Num DIEs
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Dstatic_scope.s256 .long 1 ## Num DIEs
261 .long 1 ## Num DIEs
312 .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-project/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-project/llvm/test/DebugInfo/Generic/
Dfortran-subprogram-attr.ll3 ; DW_AT_recursive attributes to DW_TAG_subprogram DIEs.
Dlinkage-name-abstract.ll42 ; The order of these DIEs is not important of course, just the links.

12