Lines Matching refs:InterpFrame
25 InterpFrame::InterpFrame(InterpState &S) in InterpFrame() function in InterpFrame
29 InterpFrame::InterpFrame(InterpState &S, const Function *Func, in InterpFrame() function in InterpFrame
30 InterpFrame *Caller, CodePtr RetPC, unsigned ArgSize) in InterpFrame()
52 InterpFrame::InterpFrame(InterpState &S, const Function *Func, CodePtr RetPC, in InterpFrame() function in InterpFrame
54 : InterpFrame(S, Func, S.Current, RetPC, Func->getArgSize() + VarArgSize) { in InterpFrame()
72 InterpFrame::~InterpFrame() { in ~InterpFrame()
82 void InterpFrame::destroyScopes() { in destroyScopes()
92 void InterpFrame::initScope(unsigned Idx) { in initScope()
100 void InterpFrame::destroy(unsigned Idx) { in destroy()
134 void InterpFrame::describe(llvm::raw_ostream &OS) const { in describe()
188 Frame *InterpFrame::getCaller() const { in getCaller()
194 SourceRange InterpFrame::getCallRange() const { in getCallRange()
203 const FunctionDecl *InterpFrame::getCallee() const { in getCallee()
209 Pointer InterpFrame::getLocalPointer(unsigned Offset) const { in getLocalPointer()
214 Pointer InterpFrame::getParamPointer(unsigned Off) { in getParamPointer()
243 SourceInfo InterpFrame::getSource(CodePtr PC) const { in getSource()
257 const Expr *InterpFrame::getExpr(CodePtr PC) const { in getExpr()
264 SourceLocation InterpFrame::getLocation(CodePtr PC) const { in getLocation()
271 SourceRange InterpFrame::getRange(CodePtr PC) const { in getRange()
278 bool InterpFrame::isStdFunction() const { in isStdFunction()