Home
last modified time | relevance | path

Searched refs:ScopeVariables (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h83 DenseMap<LexicalScope *, ScopeVars> ScopeVariables; variable
158 return ScopeVariables; in getScopeVariables()
H A DDwarfFile.cpp107 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable()
H A DCodeViewDebug.h193 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables; variable
H A DCodeViewDebug.cpp492 ScopeVariables[LS].emplace_back(Var); in recordLocalVariable()
2818 auto LI = ScopeVariables.find(&Scope); in collectLexicalBlockInfo()
2820 LI != ScopeVariables.end() ? &LI->second : nullptr; in collectLexicalBlockInfo()
2910 ScopeVariables.clear(); in endFunctionImpl()