Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h88 DenseMap<LexicalScope *, ScopeVars> ScopeVariables;
162 return ScopeVariables; in getScopeLabels()
84 DenseMap<LexicalScope *, ScopeVars> ScopeVariables; global() variable
H A DDwarfFile.cpp106 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable()
H A DCodeViewDebug.h227 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables; variable
H A DCodeViewDebug.cpp498 ScopeVariables[LS].emplace_back(std::move(Var)); in recordLocalVariable()
2958 auto LI = ScopeVariables.find(&Scope); in emitLexicalBlock()
2960 LI != ScopeVariables.end() ? &LI->second : nullptr; in emitLexicalBlock()
3050 ScopeVariables.clear(); in collectLexicalBlockInfo()