Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h213 DenseMap<const DIScope*, std::unique_ptr<GlobalVariableList> > ScopeGlobals; variable
DCodeViewDebug.cpp2305 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()