Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h100 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
DDwarfFile.cpp138 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() function in llvm::DwarfFile
DDwarfDebug.cpp707 InfoHolder.addScopeVariable(Scope, AbsDbgVariable.get()); in createAbstractVariable()
752 if (InfoHolder.addScopeVariable(Scope, RegVar.get())) in collectVariableInfoFromMMITable()
901 InfoHolder.addScopeVariable(&Scope, ConcreteVariables.back().get()); in createConcreteVariable()