| Caller | clang::interp::InterpFrame | |
| describe(llvm::raw_ostream &OS) const override | clang::interp::InterpFrame | virtual |
| destroy(unsigned Idx) | clang::interp::InterpFrame | |
| destroyScopes() | clang::interp::InterpFrame | |
| dump() const | clang::interp::InterpFrame | inline |
| dump(llvm::raw_ostream &OS, unsigned Indent=0) const | clang::interp::InterpFrame | |
| free(InterpFrame *F) | clang::interp::InterpFrame | inlinestatic |
| getCallee() const override | clang::interp::InterpFrame | virtual |
| getCaller() const override | clang::interp::InterpFrame | inlinevirtual |
| getCallRange() const override | clang::interp::InterpFrame | virtual |
| getDepth() const | clang::interp::InterpFrame | inline |
| getExpr(CodePtr PC) const | clang::interp::InterpFrame | |
| getFrameOffset() const | clang::interp::InterpFrame | inline |
| getFunction() const | clang::interp::InterpFrame | inline |
| getLocal(unsigned Offset) const | clang::interp::InterpFrame | inline |
| getLocalBlock(unsigned Offset) const | clang::interp::InterpFrame | |
| getLocalPointer(unsigned Offset) const | clang::interp::InterpFrame | |
| getLocation(CodePtr PC) const | clang::interp::InterpFrame | |
| getParam(unsigned Offset) const | clang::interp::InterpFrame | inline |
| getParamPointer(unsigned Offset) | clang::interp::InterpFrame | |
| getPC() const | clang::interp::InterpFrame | inline |
| getRange(CodePtr PC) const | clang::interp::InterpFrame | |
| getRetPC() const | clang::interp::InterpFrame | inline |
| getRVOPtr() const | clang::interp::InterpFrame | inline |
| getSource(CodePtr PC) const | clang::interp::InterpFrame | |
| getThis() const | clang::interp::InterpFrame | inline |
| hasThisPointer() const | clang::interp::InterpFrame | inline |
| initScope(unsigned Idx) | clang::interp::InterpFrame | |
| InterpFrame(InterpState &S) | clang::interp::InterpFrame | |
| InterpFrame(InterpState &S, const Function *Func, InterpFrame *Caller, CodePtr RetPC, unsigned ArgSize) | clang::interp::InterpFrame | |
| InterpFrame(InterpState &S, const Function *Func, CodePtr RetPC, unsigned VarArgSize=0) | clang::interp::InterpFrame | |
| isBottomFrame() const | clang::interp::InterpFrame | inline |
| isRoot() const | clang::interp::InterpFrame | inline |
| isStdFunction() const | clang::interp::InterpFrame | |
| setLocal(unsigned Offset, const T &Value) | clang::interp::InterpFrame | inline |
| setParam(unsigned Offset, const T &Value) | clang::interp::InterpFrame | inline |
| ~Frame()=default | clang::interp::Frame | virtual |
| ~InterpFrame() | clang::interp::InterpFrame | |