Home
last modified time | relevance | path

Searched refs:CalculateStackFrame (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContextScope.h42 virtual lldb::StackFrameSP CalculateStackFrame() = 0;
H A DRegisterContext.h221 lldb::StackFrameSP CalculateStackFrame() override;
H A DStackFrame.h522 lldb::StackFrameSP CalculateStackFrame() override;
H A DThread.h1170 lldb::StackFrameSP CalculateStackFrame() override;
H A DTarget.h1193 lldb::StackFrameSP CalculateStackFrame() override;
H A DProcess.h2511 lldb::StackFrameSP CalculateStackFrame() override { in CalculateStackFrame() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp442 StackFrameSP RegisterContext::CalculateStackFrame() { in CalculateStackFrame() function in RegisterContext
H A DStackFrame.cpp1911 StackFrameSP StackFrame::CalculateStackFrame() { return shared_from_this(); } in CalculateStackFrame() function in StackFrame
2121 m_recognized_frame_sp = manager.RecognizeFrame(CalculateStackFrame()); in GetRecognizedFrame()
H A DThread.cpp1434 StackFrameSP Thread::CalculateStackFrame() { return StackFrameSP(); } in CalculateStackFrame() function in Thread
H A DTarget.cpp2576 StackFrameSP Target::CalculateStackFrame() { return StackFrameSP(); } in CalculateStackFrame() function in Target
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp581 lldb::StackFrameSP frame_sp = exe_scope.CalculateStackFrame(); in SetupLangOpts()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp862 m_valobj_provider(GetName(), scope->CalculateStackFrame().get()); in SetupValueObject()