Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:VP

1305     const std::pair<unsigned, DebugLoc> &VP = VI->second;
1307 LexicalScope *Scope = LScopes.findLexicalScope(VP.second);
1313 DbgVariable *AbsDbgVariable = findAbstractVariable(DV, VP.second);
1315 RegVar->setFrameIndex(VP.first);
1319 AbsDbgVariable->setFrameIndex(VP.first);