Home
last modified time | relevance | path

Searched refs:SetFramePtr (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h236 void SetFramePtr(StackFrame *frame);
600 void SetFramePtr(StackFrame *frame);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp292 void ExecutionContext::SetFramePtr(StackFrame *frame) { in SetFramePtr() function in ExecutionContext
569 void ExecutionContextRef::SetFramePtr(StackFrame *frame) { in SetFramePtr() function in ExecutionContextRef
H A DProcess.cpp4391 exe_ctx.SetFramePtr(nullptr); in CalculateExecutionContext()