Home
last modified time | relevance | path

Searched refs:Inlinee (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dcodeview-inlinees.test14 CHECK: Inlinee: f (0x1003)
15 CHECK: Inlinee: h (0x1004)
16 CHECK-NOT: Inlinee:
25 CHECK: Inlinee: h (0x1004)
28 CHECK: Inlinee: f (0x1003)
H A Dcodeview-inlining.test40 ; CHECK-NEXT: Inlinee: bar (0x1002)
48 ; CHECK-NEXT: Inlinee: baz (0x1003)
57 ; CHECK-NEXT: Inlinee: foo (0x1004)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp57 if (Line.Header->Inlinee == Id) in findInlineeByTypeIndex()
77 CVType InlineeType = Ids.getType(Sym.Inlinee); in getName()
97 QualifiedName.append(std::string(Ids.getTypeName(Sym.Inlinee))); in getName()
212 Optional<InlineeSourceLine> Inlinee = in findInlineeLinesByVA() local
213 findInlineeByTypeIndex(Sym.Inlinee, ModS.get()); in findInlineeLinesByVA()
215 if (!Inlinee) in findInlineeLinesByVA()
218 uint32_t SrcLine = Inlinee->Header->SourceLineNum + SrcLineOffset; in findInlineeLinesByVA()
221 (SrcFileOffset == 0) ? Inlinee->Header->FileID : SrcFileOffset; in findInlineeLinesByVA()
/llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/Inputs/
H A Dsymbol-offset.yaml67 Inlinee: 4098
111 Inlinee: 4096
131 Inlinee: 4097
162 Inlinee: 4096
184 Inlinee: 4096
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-inlinees.s25 # CHECK: Inlinee Lines
27 # CHECK-NEXT: Inlinee | Line | Source File
103 .long 246 # Inlinee lines subsection
106 .long 0 # Inlinee lines signature
158 .long 4098 # Inlinee type index
167 .long 4099 # Inlinee type index
H A Dpdb-inlinees-extrafiles.s34 # CHECK: Inlinee Lines
36 # CHECK-NEXT: Inlinee | Line | Source File
117 .long 246 # Inlinee lines subsection
120 .long 1 # Inlinee lines signature, extra files
171 .long 4098 # Inlinee type index
H A Dsymbolizer-line-numbers.s118 .long 246 # Inlinee lines subsection
121 .long 0 # Inlinee lines signature
201 .long 4098 # Inlinee type index
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dcv-loc-unreachable.s32 # CODEVIEW: Inlinee | Line | Source File
96 .long 246 # Inlinee lines subsection
99 .long 0 # Inlinee lines signature
131 .long 4098 # Inlinee type index
H A Dcv-loc-unreachable-2.s21 # CODEVIEW: Inlinee | Line | Source File
89 .long 246 # Inlinee lines subsection
92 .long 0 # Inlinee lines signature
124 .long 4098 # Inlinee type index
H A Dcv-inline-linetable-unreachable.s51 .long 246 # Inlinee lines subsection
82 # CHECK: Inlinee: f (0x1003)
H A Dcv-inline-linetable.s133 # CHECK: Inlinee: bar (0x1003)
151 # CHECK: Inlinee: foo (0x1004)
H A Dcv-inline-linetable-infloop.s65 .long 4098 # Inlinee type index
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dinlining-levels.ll23 ; OBJ: Inlinee: h (0x1002)
26 ; OBJ: Inlinee: g (0x1003)
29 ; OBJ: Inlinee: f (0x1004)
H A Dinlining-header.ll53 ; OBJ: Inlinee: g (0x1002)
58 ; OBJ: Inlinee: f (0x1003)
79 ; OBJ: Inlinee: g (0x1002)
89 ; OBJ: Inlinee: f (0x1003)
H A Dinlining-same-name.ll22 ; CHECK: Inlinee: same_name (0x1002)
27 ; CHECK: Inlinee: same_name (0x1002)
H A Dinlining.ll45 ; ASM: .long 246 # Inlinee lines subsection
141 ; OBJ: Inlinee: bar (0x1002)
146 ; OBJ: Inlinee: foo (0x1003)
171 ; OBJ: Inlinee: bar (0x1002)
183 ; OBJ: Inlinee: foo (0x1003)
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
H A Dinline_sites.s172 .long 246 # Inlinee lines subsection
175 .long 0 # Inlinee lines signature
259 .long 4099 # Inlinee type index
285 .long 4106 # Inlinee type index
312 .long 4113 # Inlinee type index
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCPseudoProbe.cpp159 for (const auto &Inlinee : Inlinees) { in emit() local
162 MCOS->emitULEB128IntValue(std::get<1>(Inlinee.first)); in emit()
165 dbgs() << "InlineSite: " << std::get<1>(Inlinee.first) << "\n"; in emit()
169 Inlinee.second->emit(MCOS, LastProbe); in emit()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h99 uint32_t Inlinee; member
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h36 TypeIndex Inlinee; // ID of the function that was inlined. member
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dsubfield_register_simple_type.s163 .long 246 # Inlinee lines subsection
166 .long 0 # Inlinee lines signature
330 .long 4098 # Inlinee type index
/llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/
H A Dtype-server-no-dbi.test28 NO-DBI: Inlinee Lines
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Ddebug-subsections.yaml64 Inlinee: 22767
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp125 Entry.Header.Inlinee = FuncId; in addInlineSite()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h117 const DISubprogram *Inlinee = nullptr; member
240 const DISubprogram *Inlinee);

12