Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h77 struct InlineSite { struct
89 std::unordered_map<const DILocation *, InlineSite> InlineSites; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h100 struct InlineSite { struct
101 SmallVector<LocalVariable, 1> InlinedLocals;
102 SmallVector<const DILocation *, 1> ChildSites;
103 const DISubprogram *Inlinee = nullptr;
129 std::unordered_map<const DILocation *, InlineSite> InlineSites; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp341 InlineSiteSym &InlineSite) { in visitKnownRecord()
DSymbolDumper.cpp438 InlineSiteSym &InlineSite) { in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp437 InlineSiteSym &InlineSite) { in visitInlineSiteSym()