Home
last modified time | relevance | path

Searched refs:getScopeVariables (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h112 DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8>> &getScopeVariables() { in getScopeVariables() function
DDwarfDebug.cpp1128 assert(InfoHolder.getScopeVariables().empty()); in endFunction()
1166 InfoHolder.getScopeVariables().clear(); in endFunction()
DDwarfCompileUnit.cpp577 for (DbgVariable *DV : DU->getScopeVariables().lookup(Scope)) in createScopeChildrenDIE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h125 DenseMap<LexicalScope *, ScopeVars> &getScopeVariables() { in getScopeVariables() function
DDwarfDebug.cpp1432 assert(InfoHolder.getScopeVariables().empty()); in endFunctionImpl()
1469 InfoHolder.getScopeVariables().clear(); in endFunctionImpl()
DDwarfCompileUnit.cpp682 auto Vars = DU->getScopeVariables().lookup(Scope); in createScopeChildrenDIE()