| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | codeview-inlinees.test | 14 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 D | codeview-inlining.test | 40 ; 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 D | NativeInlineSiteSymbol.cpp | 57 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 D | symbol-offset.yaml | 67 Inlinee: 4098 111 Inlinee: 4096 131 Inlinee: 4097 162 Inlinee: 4096 184 Inlinee: 4096
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-inlinees.s | 25 # 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 D | pdb-inlinees-extrafiles.s | 34 # 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 D | symbolizer-line-numbers.s | 118 .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 D | cv-loc-unreachable.s | 32 # 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 D | cv-loc-unreachable-2.s | 21 # 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 D | cv-inline-linetable-unreachable.s | 51 .long 246 # Inlinee lines subsection 82 # CHECK: Inlinee: f (0x1003)
|
| H A D | cv-inline-linetable.s | 133 # CHECK: Inlinee: bar (0x1003) 151 # CHECK: Inlinee: foo (0x1004)
|
| H A D | cv-inline-linetable-infloop.s | 65 .long 4098 # Inlinee type index
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | inlining-levels.ll | 23 ; OBJ: Inlinee: h (0x1002) 26 ; OBJ: Inlinee: g (0x1003) 29 ; OBJ: Inlinee: f (0x1004)
|
| H A D | inlining-header.ll | 53 ; OBJ: Inlinee: g (0x1002) 58 ; OBJ: Inlinee: f (0x1003) 79 ; OBJ: Inlinee: g (0x1002) 89 ; OBJ: Inlinee: f (0x1003)
|
| H A D | inlining-same-name.ll | 22 ; CHECK: Inlinee: same_name (0x1002) 27 ; CHECK: Inlinee: same_name (0x1002)
|
| H A D | inlining.ll | 45 ; 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 D | inline_sites.s | 172 .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 D | MCPseudoProbe.cpp | 159 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 D | CodeViewYAMLDebugSections.h | 99 uint32_t Inlinee; member
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.h | 36 TypeIndex Inlinee; // ID of the function that was inlined. member
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/ |
| H A D | subfield_register_simple_type.s | 163 .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 D | type-server-no-dbi.test | 28 NO-DBI: Inlinee Lines
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | debug-subsections.yaml | 64 Inlinee: 22767
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.cpp | 125 Entry.Header.Inlinee = FuncId; in addInlineSite()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 117 const DISubprogram *Inlinee = nullptr; member 240 const DISubprogram *Inlinee);
|