Searched refs:addScopeVariable (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.h | 110 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
|
D | DwarfFile.cpp | 145 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() function in llvm::DwarfFile
|
D | DwarfDebug.cpp | 693 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/ |
D | DwarfDebug.cpp | 778 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()
|
D | DwarfDebug.h | 313 void addScopeVariable(LexicalScope *LS, DbgVariable *Var);
|