Searched refs:GlobalVariableList (Results 1 – 2 of 2) sorted by relevance
195 typedef SmallVector<CVGlobalVariable, 1> GlobalVariableList; typedef196 DenseMap<const DIScope*, std::unique_ptr<GlobalVariableList> > ScopeGlobals;
2930 {Scope, std::unique_ptr<GlobalVariableList>()}); in collectGlobalVariableInfo()2932 Insertion.first->second = llvm::make_unique<GlobalVariableList>(); in collectGlobalVariableInfo()