Searched refs:ScopeGlobals (Results 1 – 2 of 2) sorted by relevance
213 DenseMap<const DIScope*, std::unique_ptr<GlobalVariableList> > ScopeGlobals; variable
2305 ScopeGlobals.clear(); in clear()2961 auto GI = ScopeGlobals.find(Scope.getScopeNode()); in collectLexicalBlockInfo()2963 GI != ScopeGlobals.end() ? GI->second.get() : nullptr; in collectLexicalBlockInfo()3233 auto Insertion = ScopeGlobals.insert( in collectGlobalVariableInfo()