Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:VP

1061     const std::pair<unsigned, DebugLoc> &VP = VI->second;
1063 LexicalScope *Scope = LScopes.findLexicalScope(VP.second);
1069 DbgVariable *AbsDbgVariable = findAbstractVariable(DV, VP.second);
1071 RegVar->setFrameIndex(VP.first);
1075 AbsDbgVariable->setFrameIndex(VP.first);