Searched refs:Inlinee (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h99 uint32_t Inlinee; member in struct:llvm::CodeViewYAML::InlineeSite
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h37 TypeIndex Inlinee; // ID of the function that was inlined. member in struct:llvm::codeview::InlineeSourceLineHeader
H A DSymbolRecord.h347 TypeIndex Inlinee; member in class:llvm::codeview::InlineSiteSym
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp124 Entry.Header.Inlinee = FuncId;
H A DSymbolDumper.cpp455 printTypeIndex("Inlinee", InlineSite.Inlinee);
H A DSymbolRecordMapping.cpp344 error(IO.mapInteger(InlineSite.Inlinee));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h110 const DISubprogram *Inlinee = nullptr; member in struct:llvm::CodeViewDebug::InlineSite
223 const DISubprogram *Inlinee);
H A DCodeViewDebug.cpp274 const DISubprogram *Inlinee) {
288 Site->Inlinee = Inlinee;
289 InlinedSubprograms.insert(Inlinee);
290 getFuncIdForSubprogram(Inlinee);
499 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram(); local
500 InlineSite &Site = getInlineSite(InlinedAt, Inlinee);
873 OS.AddComment("Inlinee lines subsection");
880 OS.AddComment("Inlinee lines signature");
906 assert(TypeIndices.count({Site.Inlinee, nullpt
273 getInlineSite(const DILocation *InlinedAt, const DISubprogram *Inlinee) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp304 IO.mapRequired("Inlinee", Obj.Inlinee);
451 Result->addInlineSite(TypeIndex(Site.Inlinee), Site.FileName,
631 Site.Inlinee = IL.Header->Inlinee.getIndex();
H A DCodeViewYAMLSymbols.cpp362 IO.mapRequired("Inlinee", Symbol.Inlinee);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h286 Inlinee, member in class:llvm::pdb::PDB_Checksum::PDB_SymType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp267 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Inlinee, OS)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp673 P.formatLine("inlinee = {0}, parent = {1}, end = {2}", idIndex(IS.Inlinee),
H A DDumpOutputStyle.cpp983 printHeader(P, "Inlinee Lines");
994 P.formatLine("{0,+8} | {1,+5} | {2}", "Inlinee", "Line", "Source File");
996 P.formatLine("{0,+8} | {1,+5} | ", Entry.Header->Inlinee,
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp759 TypeIndex &inlinee = *const_cast<TypeIndex *>(&line.Header->Inlinee);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1234 printTypeIndex("Inlinee", Line.Header->Inlinee);

Completed in 110 milliseconds