Searched defs:InlineSite (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 77 struct InlineSite { struct 89 std::unordered_map<const DILocation *, InlineSite> InlineSites; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 107 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
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 115 struct InlineSite { struct 116 SmallVector<LocalVariable, 1> InlinedLocals; 117 SmallVector<const DILocation *, 1> ChildSites; 118 const DISubprogram *Inlinee = nullptr; 145 std::unordered_map<const DILocation *, InlineSite> InlineSites; argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
D | MCPseudoProbe.h | 96 using InlineSite = std::tuple<uint64_t, uint32_t>; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 340 InlineSiteSym &InlineSite) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 452 InlineSiteSym &InlineSite) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 340 InlineSiteSym &InlineSite) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 450 InlineSiteSym &InlineSite) { in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 437 InlineSiteSym &InlineSite) { in visitInlineSiteSym()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 276 InlineSite, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 274 InlineSite, enumerator
|