Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp105 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable() local
108 auto Cached = ScopeVars.Args.find(ArgNum); in addScopeVariable()
109 if (Cached == ScopeVars.Args.end()) in addScopeVariable()
110 ScopeVars.Args[ArgNum] = Var; in addScopeVariable()
116 ScopeVars.Locals.push_back(Var); in addScopeVariable()
DDwarfFile.h75 struct ScopeVars { struct
82 DenseMap<LexicalScope *, ScopeVars> ScopeVariables; argument
156 DenseMap<LexicalScope *, ScopeVars> &getScopeVariables() { in getScopeVariables()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp107 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable() local
110 auto Cached = ScopeVars.Args.find(ArgNum); in addScopeVariable()
111 if (Cached == ScopeVars.Args.end()) in addScopeVariable()
112 ScopeVars.Args[ArgNum] = Var; in addScopeVariable()
118 ScopeVars.Locals.push_back(Var); in addScopeVariable()
DDwarfFile.h76 struct ScopeVars { struct
83 DenseMap<LexicalScope *, ScopeVars> ScopeVariables; argument
157 DenseMap<LexicalScope *, ScopeVars> &getScopeVariables() { in getScopeVariables()