/freebsd/contrib/llvm-project/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 std::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()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCPseudoProbe.cpp | 191 for (const auto &Inlinee : Inlinees) { in emit() local 193 MCOS->emitULEB128IntValue(std::get<1>(Inlinee.first)); in emit() 196 dbgs() << "InlineSite: " << std::get<1>(Inlinee.first) << "\n"; in emit() 199 Inlinee.second->emit(MCOS, LastProbe); in emit() 236 for (const auto &Inlinee : Inlinees) { in emit() local 244 Inlinee.second->emit(MCOS, Probe); in emit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.h | 99 uint32_t Inlinee; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.h | 36 TypeIndex Inlinee; // ID of the function that was inlined. member
|
H A D | SymbolRecord.h | 367 TypeIndex Inlinee; 346 TypeIndex Inlinee; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.cpp | 125 Entry.Header.Inlinee = FuncId; in addInlineSite()
|
H A D | SymbolRecordMapping.cpp | 344 error(IO.mapInteger(InlineSite.Inlinee)); in visitKnownRecord()
|
H A D | SymbolDumper.cpp | 453 printTypeIndex("Inlinee", InlineSite.Inlinee); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.h | 121 const DISubprogram *Inlinee = nullptr; member 260 const DISubprogram *Inlinee);
|
H A D | CodeViewDebug.cpp | 236 const DISubprogram *Inlinee) { in getInlineSite() 250 Site->Inlinee = Inlinee; in getInlineSite() 251 InlinedSubprograms.insert(Inlinee); in getInlineSite() 252 auto InlineeIdx = getFuncIdForSubprogram(Inlinee); in getInlineSite() 493 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram(); in recordLocalVariable() 494 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable() 974 OS.AddComment("Inlinee lines subsection"); in emitInlineeLinesSubsection() 981 OS.AddComment("Inlinee lines signature"); in emitInlineeLinesSubsection() 1007 assert(TypeIndices.count({Site.Inlinee, nullpt in emitInlinedCallSite() 235 getInlineSite(const DILocation * InlinedAt,const DISubprogram * Inlinee) getInlineSite() argument 489 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram(); recordLocalVariable() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 304 IO.mapRequired("Inlinee", Obj.Inlinee); in mapping() 451 Result->addInlineSite(TypeIndex(Site.Inlinee), Site.FileName, in toCodeViewSubsection() 631 Site.Inlinee = IL.Header->Inlinee.getIndex(); in fromCodeViewSubsection()
|
H A D | CodeViewYAMLSymbols.cpp | 399 IO.mapRequired("Inlinee", Symbol.Inlinee); in map()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CompileUnitIndex.cpp | 122 item.m_inline_map[Line.Header->Inlinee] = Line; in ParseInlineeLineTableForCompileUnit()
|
H A D | SymbolFileNativePDB.cpp | 1414 auto iter = cii->m_inline_map.find(inline_site.Inlinee); in ParseInlineSite() 1571 CVType inlinee_cvt = m_index->ipi().getType(inline_site.Inlinee); in ParseInlineSite()
|
H A D | PdbAstBuilder.cpp | 933 // Inlinee is the id index to the function id record that is inlined. in GetOrCreateInlinedFunctionDecl() 934 PdbTypeSymId func_id(inline_site.Inlinee, true); in GetOrCreateInlinedFunctionDecl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 286 Inlinee, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 288 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Inlinee, OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 1383 LLVM_DEBUG({ printTypeIndex("Inlinee", InlineSite.Inlinee); }); in visitKnownRecord() 1395 CVType CVFunctionType = Ids.getType(InlineSite.Inlinee); in visitKnownRecord() 1397 CVFunctionType, InlineSite.Inlinee, AbstractFunction)) in visitKnownRecord() 3442 LVInlineeInfo::iterator Iter = InlineeInfo.find(InlineSite.Inlinee); in inlineSiteAnnotation()
|
H A D | LVCodeViewReader.cpp | 249 TypeIndex TIInlinee = Line.Header->Inlinee; in collectInlineeInfo() 254 LogicalVisitor.printTypeIndex("Inlinee", TIInlinee, StreamTPI); in collectInlineeInfo()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 713 P.formatLine("inlinee = {0}, parent = {1}, end = {2}", idIndex(IS.Inlinee), in visitKnownRecord()
|
H A D | DumpOutputStyle.cpp | 892 P.formatLine("{0,+8} | {1,+5} | ", Entry.Header->Inlinee, in dumpInlineeLines()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 875 TypeIndex &inlinee = *const_cast<TypeIndex *>(&line.Header->Inlinee); in commit()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1403 printTypeIndex("Inlinee", Line.Header->Inlinee); in printCodeViewInlineeLines()
|