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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h99 uint32_t Inlinee; member in struct:llvm::CodeViewYAML::InlineeSite
/freebsd-11-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-11-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-11-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.cpp267 const DISubprogram *Inlinee) {
281 Site->Inlinee = Inlinee;
282 InlinedSubprograms.insert(Inlinee);
283 getFuncIdForSubprogram(Inlinee);
479 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram(); local
480 InlineSite &Site = getInlineSite(InlinedAt, Inlinee);
853 OS.AddComment("Inlinee lines subsection");
860 OS.AddComment("Inlinee lines signature");
886 assert(TypeIndices.count({Site.Inlinee, nullpt
266 getInlineSite(const DILocation *InlinedAt, const DISubprogram *Inlinee) argument
[all...]
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h284 Inlinee, member in class:llvm::pdb::PDB_Checksum::PDB_SymType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp267 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Inlinee, OS)
/freebsd-11-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.cpp984 printHeader(P, "Inlinee Lines");
995 P.formatLine("{0,+8} | {1,+5} | {2}", "Inlinee", "Line", "Source File");
997 P.formatLine("{0,+8} | {1,+5} | ", Entry.Header->Inlinee,
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1123 TypeIndex inlinee = line.Header->Inlinee;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1212 printTypeIndex("Inlinee", Line.Header->Inlinee);

Completed in 162 milliseconds