Home
last modified time | relevance | path

Searched refs:ScopeVars (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp86 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable() local
89 auto Cached = ScopeVars.Args.find(ArgNum); in addScopeVariable()
90 if (Cached == ScopeVars.Args.end()) in addScopeVariable()
91 ScopeVars.Args[ArgNum] = Var; in addScopeVariable()
97 ScopeVars.Locals.push_back(Var); in addScopeVariable()
DDwarfFile.h56 struct ScopeVars { struct
63 DenseMap<LexicalScope *, ScopeVars> ScopeVariables; argument
125 DenseMap<LexicalScope *, ScopeVars> &getScopeVariables() { in getScopeVariables()