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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 83 DenseMap<LexicalScope *, ScopeVars> ScopeVariables;
158 return ScopeVariables;
DwarfFile.cpp 107 auto &ScopeVars = ScopeVariables[LS];
CodeViewDebug.h 193 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables;
CodeViewDebug.cpp 492 ScopeVariables[LS].emplace_back(Var);
2818 auto LI = ScopeVariables.find(&Scope);
2820 LI != ScopeVariables.end() ? &LI->second : nullptr;
2910 ScopeVariables.clear();

Completed in 16 milliseconds