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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h438 void addScopeVariable(LexicalScope *LS, DbgVariable *Var);
H A DDwarfDebug.cpp1022 addScopeVariable(Scope, AbsDbgVariable);
1073 addScopeVariable(Scope, RegVar);
1154 addScopeVariable(Scope, RegVar);
1215 addScopeVariable(Scope, new DbgVariable(DV, NULL));
1539 void DwarfDebug::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { function in class:DwarfDebug
1583 addScopeVariable(Scope, new DbgVariable(DV, NULL));

Completed in 65 milliseconds