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

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

Completed in 90 milliseconds