Lines Matching refs:InterpFrame
20 InterpFrame::InterpFrame(InterpState &S, Function *Func, InterpFrame *Caller, in InterpFrame() function in InterpFrame
38 InterpFrame::~InterpFrame() { in ~InterpFrame()
45 void InterpFrame::destroy(unsigned Idx) { in destroy()
51 void InterpFrame::popArgs() { in popArgs()
112 void InterpFrame::describe(llvm::raw_ostream &OS) { in describe()
139 Frame *InterpFrame::getCaller() const { in getCaller()
145 SourceLocation InterpFrame::getCallLocation() const { in getCallLocation()
151 const FunctionDecl *InterpFrame::getCallee() const { in getCallee()
155 Pointer InterpFrame::getLocalPointer(unsigned Offset) { in getLocalPointer()
161 Pointer InterpFrame::getParamPointer(unsigned Off) { in getParamPointer()
182 SourceInfo InterpFrame::getSource(CodePtr PC) const { in getSource()
186 const Expr *InterpFrame::getExpr(CodePtr PC) const { in getExpr()
190 SourceLocation InterpFrame::getLocation(CodePtr PC) const { in getLocation()