Lines Matching refs:InterpFrame
23 InterpFrame::InterpFrame(InterpState &S, const Function *Func, in InterpFrame() function in InterpFrame
24 InterpFrame *Caller, CodePtr RetPC) in InterpFrame()
52 InterpFrame::InterpFrame(InterpState &S, const Function *Func, CodePtr RetPC) in InterpFrame() function in InterpFrame
53 : InterpFrame(S, Func, S.Current, RetPC) { in InterpFrame()
71 InterpFrame::~InterpFrame() { in ~InterpFrame()
76 void InterpFrame::destroy(unsigned Idx) { in destroy()
82 void InterpFrame::popArgs() { in popArgs()
143 void InterpFrame::describe(llvm::raw_ostream &OS) { in describe()
169 Frame *InterpFrame::getCaller() const { in getCaller()
175 SourceLocation InterpFrame::getCallLocation() const { in getCallLocation()
181 const FunctionDecl *InterpFrame::getCallee() const { in getCallee()
185 Pointer InterpFrame::getLocalPointer(unsigned Offset) const { in getLocalPointer()
191 Pointer InterpFrame::getParamPointer(unsigned Off) { in getParamPointer()
212 SourceInfo InterpFrame::getSource(CodePtr PC) const { in getSource()
216 const Expr *InterpFrame::getExpr(CodePtr PC) const { in getExpr()
220 SourceLocation InterpFrame::getLocation(CodePtr PC) const { in getLocation()