Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h55 DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8>> ScopeVariables; variable
113 return ScopeVariables; in getScopeVariables()
DDwarfFile.cpp146 SmallVectorImpl<DbgVariable *> &Vars = ScopeVariables[LS]; in addScopeVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h63 DenseMap<LexicalScope *, ScopeVars> ScopeVariables; variable
126 return ScopeVariables; in getScopeVariables()
DDwarfFile.cpp86 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable()
DCodeViewDebug.h155 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables; variable
DCodeViewDebug.cpp386 ScopeVariables[LS].emplace_back(Var); in recordLocalVariable()
2527 auto LocalsIter = ScopeVariables.find(&Scope); in collectLexicalBlockInfo()
2528 if (LocalsIter == ScopeVariables.end()) { in collectLexicalBlockInfo()
2601 ScopeVariables.clear(); in endFunctionImpl()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp390 const SmallVector<DbgVariable *, 8> &Variables = ScopeVariables.lookup(Scope); in constructScopeDIE()
1286 ScopeVariables[LS].push_back(Var); in addScopeVariable()
1339 I = ScopeVariables.begin(), E = ScopeVariables.end(); I != E; ++I) in endFunction()
1341 ScopeVariables.clear(); in endFunction()
DDwarfDebug.h234 DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8> > ScopeVariables; variable