Home
last modified time | relevance | path

Searched defs:InlineSite (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h177 struct InlineSite { struct
182 InlineSite(PdbCompilandSymId parent_id) : parent_id(parent_id){}; in InlineSite() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h118 struct InlineSite { struct
119 SmallVector<LocalVariable, 1> InlinedLocals;
120 SmallVector<const DILocation *, 1> ChildSites;
121 const DISubprogram *Inlinee = nullptr;
125 unsigned SiteFuncId = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h100 using InlineSite = std::tuple<uint64_t, uint32_t>; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp340 InlineSiteSym &InlineSite) { in visitKnownRecord() argument
H A DSymbolDumper.cpp450 InlineSiteSym &InlineSite) { in visitKnownRecord() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h276 InlineSite, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1382 InlineSiteSym &InlineSite) { in visitKnownRecord()
3428 InlineSiteSym &InlineSite) { in inlineSiteAnnotation()