Searched refs:Inlinee (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.h | 38 TypeIndex Inlinee; // ID of the function that was inlined. member
|
| H A D | SymbolRecord.h | 352 TypeIndex Inlinee; variable
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 100 uint32_t Inlinee; member
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 110 const DISubprogram *Inlinee = nullptr; member 221 const DISubprogram *Inlinee);
|
| H A D | CodeViewDebug.cpp | 228 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 D | DebugInlineeLinesSubsection.cpp | 125 Entry.Header.Inlinee = FuncId; in addInlineSite()
|
| H A D | SymbolRecordMapping.cpp | 345 error(IO.mapInteger(InlineSite.Inlinee)); in visitKnownRecord()
|
| H A D | SymbolDumper.cpp | 455 printTypeIndex("Inlinee", InlineSite.Inlinee); in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 305 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 D | CodeViewYAMLSymbols.cpp | 363 IO.mapRequired("Inlinee", Symbol.Inlinee); in map()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 226 Inlinee, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 243 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Inlinee, OS) in operator <<()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 657 P.formatLine("inlinee = {0}, parent = {1}, end = {2}", idIndex(IS.Inlinee), in visitKnownRecord()
|
| H A D | DumpOutputStyle.cpp | 921 P.formatLine("{0,+8} | {1,+5} | ", Entry.Header->Inlinee, in dumpInlineeLines()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1198 printTypeIndex("Inlinee", Line.Header->Inlinee); in printCodeViewInlineeLines()
|