Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h38 TypeIndex Inlinee; // ID of the function that was inlined. member
H A DSymbolRecord.h352 TypeIndex Inlinee; variable
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h100 uint32_t Inlinee; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h110 const DISubprogram *Inlinee = nullptr; member
221 const DISubprogram *Inlinee);
H A DCodeViewDebug.cpp228 const DISubprogram *Inlinee) { in getInlineSite() argument
242 Site->Inlinee = Inlinee; in getInlineSite()
243 InlinedSubprograms.insert(Inlinee); in getInlineSite()
244 getFuncIdForSubprogram(Inlinee); in getInlineSite()
440 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram(); in recordLocalVariable() local
441 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable()
857 assert(TypeIndices.count({Site.Inlinee, nullptr})); in emitInlinedCallSite()
858 TypeIndex InlineeIdx = TypeIndices[{Site.Inlinee, nullptr}]; in emitInlinedCallSite()
870 unsigned FileId = maybeRecordFile(Site.Inlinee->getFile()); in emitInlinedCallSite()
871 unsigned StartLineNum = Site.Inlinee->getLine(); in emitInlinedCallSite()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp125 Entry.Header.Inlinee = FuncId; in addInlineSite()
H A DSymbolRecordMapping.cpp345 error(IO.mapInteger(InlineSite.Inlinee)); in visitKnownRecord()
H A DSymbolDumper.cpp455 printTypeIndex("Inlinee", InlineSite.Inlinee); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp305 IO.mapRequired("Inlinee", Obj.Inlinee); in mapping()
452 Result->addInlineSite(TypeIndex(Site.Inlinee), Site.FileName, in toCodeViewSubsection()
632 Site.Inlinee = IL.Header->Inlinee.getIndex(); in fromCodeViewSubsection()
H A DCodeViewYAMLSymbols.cpp363 IO.mapRequired("Inlinee", Symbol.Inlinee); in map()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h226 Inlinee, enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp243 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Inlinee, OS) in operator <<()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp657 P.formatLine("inlinee = {0}, parent = {1}, end = {2}", idIndex(IS.Inlinee), in visitKnownRecord()
H A DDumpOutputStyle.cpp921 P.formatLine("{0,+8} | {1,+5} | ", Entry.Header->Inlinee, in dumpInlineeLines()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1198 printTypeIndex("Inlinee", Line.Header->Inlinee); in printCodeViewInlineeLines()