Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 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 DMCPseudoProbe.cpp191 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 DCodeViewYAMLDebugSections.h99 uint32_t Inlinee; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h36 TypeIndex Inlinee; // ID of the function that was inlined. member
H A DSymbolRecord.h367 TypeIndex Inlinee;
346 TypeIndex Inlinee; global() variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp125 Entry.Header.Inlinee = FuncId; in addInlineSite()
H A DSymbolRecordMapping.cpp344 error(IO.mapInteger(InlineSite.Inlinee)); in visitKnownRecord()
H A DSymbolDumper.cpp453 printTypeIndex("Inlinee", InlineSite.Inlinee); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h121 const DISubprogram *Inlinee = nullptr; member
260 const DISubprogram *Inlinee);
H A DCodeViewDebug.cpp236 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 DCodeViewYAMLDebugSections.cpp304 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 DCodeViewYAMLSymbols.cpp399 IO.mapRequired("Inlinee", Symbol.Inlinee); in map()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp122 item.m_inline_map[Line.Header->Inlinee] = Line; in ParseInlineeLineTableForCompileUnit()
H A DSymbolFileNativePDB.cpp1414 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 DPdbAstBuilder.cpp933 // 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 DPDBTypes.h286 Inlinee, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp288 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Inlinee, OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1383 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 DLVCodeViewReader.cpp249 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 DMinimalSymbolDumper.cpp713 P.formatLine("inlinee = {0}, parent = {1}, end = {2}", idIndex(IS.Inlinee), in visitKnownRecord()
H A DDumpOutputStyle.cpp892 P.formatLine("{0,+8} | {1,+5} | ", Entry.Header->Inlinee, in dumpInlineeLines()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp875 TypeIndex &inlinee = *const_cast<TypeIndex *>(&line.Header->Inlinee); in commit()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1403 printTypeIndex("Inlinee", Line.Header->Inlinee); in printCodeViewInlineeLines()