Caller | clang::interp::InterpFrame | |
describe(llvm::raw_ostream &OS) const override | clang::interp::InterpFrame | virtual |
destroy(unsigned Idx) | clang::interp::InterpFrame | |
dump() const | clang::interp::InterpFrame | inline |
dump(llvm::raw_ostream &OS, unsigned Indent=0) const | clang::interp::InterpFrame | |
getCallee() const override | clang::interp::InterpFrame | virtual |
getCaller() const override | clang::interp::InterpFrame | virtual |
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 |
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 | virtual |
getThis() const | clang::interp::InterpFrame | inline |
initScope(unsigned Idx) | 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 | |
isRoot() const | clang::interp::InterpFrame | inline |
popArgs() | clang::interp::InterpFrame | |
setLocal(unsigned Offset, const T &Value) | clang::interp::InterpFrame | inline |
setParam(unsigned Offset, const T &Value) | clang::interp::InterpFrame | inline |
~Frame() | clang::interp::Frame | virtual |
~InterpFrame() | clang::interp::InterpFrame | |