Home
last modified time | relevance | path

Searched refs:addScopeVariable (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h110 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
DDwarfFile.cpp145 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() function in llvm::DwarfFile
DDwarfDebug.cpp693 InfoHolder.addScopeVariable(Scope, AbsDbgVariable.get()); in createAbstractVariable()
738 if (InfoHolder.addScopeVariable(Scope, RegVar.get())) in collectVariableInfoFromMMITable()
911 InfoHolder.addScopeVariable(&Scope, ConcreteVariables.back().get()); in createConcreteVariable()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp778 addScopeVariable(Scope, AbsDbgVariable); in findAbstractVariable()
831 addScopeVariable(Scope, RegVar); in collectVariableInfoFromMMITable()
920 addScopeVariable(Scope, RegVar); in collectVariableInfo()
980 addScopeVariable(Scope, new DbgVariable(DV, NULL)); in collectVariableInfo()
1284 void DwarfDebug::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() function in DwarfDebug
1321 addScopeVariable(Scope, new DbgVariable(DV, NULL)); in endFunction()
DDwarfDebug.h313 void addScopeVariable(LexicalScope *LS, DbgVariable *Var);