Lines Matching refs:InterpFrame
25 InterpFrame::InterpFrame(InterpState &S, const Function *Func, in InterpFrame() function in InterpFrame
26 InterpFrame *Caller, CodePtr RetPC, unsigned ArgSize) in InterpFrame()
48 InterpFrame::InterpFrame(InterpState &S, const Function *Func, CodePtr RetPC, in InterpFrame() function in InterpFrame
50 : InterpFrame(S, Func, S.Current, RetPC, Func->getArgSize() + VarArgSize) { in InterpFrame()
68 InterpFrame::~InterpFrame() { in ~InterpFrame()
86 void InterpFrame::destroy(unsigned Idx) { in destroy()
92 void InterpFrame::popArgs() { in popArgs()
156 void InterpFrame::describe(llvm::raw_ostream &OS) const { in describe()
194 Frame *InterpFrame::getCaller() const { in getCaller()
200 SourceRange InterpFrame::getCallRange() const { in getCallRange()
209 const FunctionDecl *InterpFrame::getCallee() const { in getCallee()
215 Pointer InterpFrame::getLocalPointer(unsigned Offset) const { in getLocalPointer()
220 Pointer InterpFrame::getParamPointer(unsigned Off) { in getParamPointer()
240 SourceInfo InterpFrame::getSource(CodePtr PC) const { in getSource()
249 const Expr *InterpFrame::getExpr(CodePtr PC) const { in getExpr()
256 SourceLocation InterpFrame::getLocation(CodePtr PC) const { in getLocation()
263 SourceRange InterpFrame::getRange(CodePtr PC) const { in getRange()