HomeSort by: relevance | last modified time | path
    Searched refs:ScopeGlobals (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 198 DenseMap<const DIScope*, std::unique_ptr<GlobalVariableList> > ScopeGlobals;
CodeViewDebug.cpp 2178 ScopeGlobals.clear();
2821 auto GI = ScopeGlobals.find(Scope.getScopeNode());
2823 GI != ScopeGlobals.end() ? GI->second.get() : nullptr;
3079 auto Insertion = ScopeGlobals.insert(

Completed in 17 milliseconds