Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h107 struct InlineSite { struct
108 SmallVector<LocalVariable, 1> InlinedLocals;
109 SmallVector<const DILocation *, 1> ChildSites;
110 const DISubprogram *Inlinee = nullptr;
137 std::unordered_map<const DILocation *, InlineSite> InlineSites; argument
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCPseudoProbe.h100 using InlineSite = std::tuple<uint64_t, uint32_t>; variable
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.h30 using InlineSite = std::tuple<uint64_t, uint32_t>; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp340 InlineSiteSym &InlineSite) { in visitKnownRecord()
H A DSymbolDumper.cpp452 InlineSiteSym &InlineSite) { in visitKnownRecord()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h276 InlineSite, enumerator