Lines Matching refs:InterpFrame
24 InterpFrame::InterpFrame(InterpState &S, const Function *Func, in InterpFrame() function in InterpFrame
25 InterpFrame *Caller, CodePtr RetPC) in InterpFrame()
53 InterpFrame::InterpFrame(InterpState &S, const Function *Func, CodePtr RetPC) in InterpFrame() function in InterpFrame
54 : InterpFrame(S, Func, S.Current, RetPC) { in InterpFrame()
72 InterpFrame::~InterpFrame() { in ~InterpFrame()
90 void InterpFrame::destroy(unsigned Idx) { in destroy()
96 void InterpFrame::popArgs() { in popArgs()
160 void InterpFrame::describe(llvm::raw_ostream &OS) const { in describe()
186 Frame *InterpFrame::getCaller() const { in getCaller()
192 SourceRange InterpFrame::getCallRange() const { in getCallRange()
198 const FunctionDecl *InterpFrame::getCallee() const { in getCallee()
202 Pointer InterpFrame::getLocalPointer(unsigned Offset) const { in getLocalPointer()
207 Pointer InterpFrame::getParamPointer(unsigned Off) { in getParamPointer()
228 SourceInfo InterpFrame::getSource(CodePtr PC) const { in getSource()
237 const Expr *InterpFrame::getExpr(CodePtr PC) const { in getExpr()
241 SourceLocation InterpFrame::getLocation(CodePtr PC) const { in getLocation()
245 SourceRange InterpFrame::getRange(CodePtr PC) const { in getRange()