Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h231 typedef SmallVector<CVGlobalVariable, 1> GlobalVariableList; typedef
232 DenseMap<const DIScope*, std::unique_ptr<GlobalVariableList> > ScopeGlobals;
H A DCodeViewDebug.cpp3271 {Scope, std::unique_ptr<GlobalVariableList>()}); in collectDebugInfoForGlobals()
3273 Insertion.first->second = std::make_unique<GlobalVariableList>(); in collectDebugInfoForGlobals()