Searched refs:GlobalVariableList (Results 1 – 2 of 2) sorted by relevance
231 typedef SmallVector<CVGlobalVariable, 1> GlobalVariableList; typedef232 DenseMap<const DIScope*, std::unique_ptr<GlobalVariableList> > ScopeGlobals;
3271 {Scope, std::unique_ptr<GlobalVariableList>()}); in collectDebugInfoForGlobals() 3273 Insertion.first->second = std::make_unique<GlobalVariableList>(); in collectDebugInfoForGlobals()