Searched refs:ScopeVariables (Results 1 – 8 of 8) sorted by relevance
55 DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8>> ScopeVariables; variable113 return ScopeVariables; in getScopeVariables()
146 SmallVectorImpl<DbgVariable *> &Vars = ScopeVariables[LS]; in addScopeVariable()
63 DenseMap<LexicalScope *, ScopeVars> ScopeVariables; variable126 return ScopeVariables; in getScopeVariables()
86 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable()
155 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables; variable
386 ScopeVariables[LS].emplace_back(Var); in recordLocalVariable()2527 auto LocalsIter = ScopeVariables.find(&Scope); in collectLexicalBlockInfo()2528 if (LocalsIter == ScopeVariables.end()) { in collectLexicalBlockInfo()2601 ScopeVariables.clear(); in endFunctionImpl()
390 const SmallVector<DbgVariable *, 8> &Variables = ScopeVariables.lookup(Scope); in constructScopeDIE()1286 ScopeVariables[LS].push_back(Var); in addScopeVariable()1339 I = ScopeVariables.begin(), E = ScopeVariables.end(); I != E; ++I) in endFunction()1341 ScopeVariables.clear(); in endFunction()
234 DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8> > ScopeVariables; variable