Home
last modified time | relevance | path

Searched refs:GlobalVariableList (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h212 typedef SmallVector<CVGlobalVariable, 1> GlobalVariableList; typedef
213 DenseMap<const DIScope*, std::unique_ptr<GlobalVariableList> > ScopeGlobals;
H A DCodeViewDebug.cpp3234 {Scope, std::unique_ptr<GlobalVariableList>()}); in collectGlobalVariableInfo()
3236 Insertion.first->second = std::make_unique<GlobalVariableList>(); in collectGlobalVariableInfo()