Home
last modified time | relevance | path

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

/freebsd-14.2/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.h503 lldb::StackFrameSP CalculateStackFrame() override;
H A DThread.h1111 lldb::StackFrameSP CalculateStackFrame() override;
H A DTarget.h1139 lldb::StackFrameSP CalculateStackFrame() override;
H A DProcess.h2449 lldb::StackFrameSP CalculateStackFrame() override { in CalculateStackFrame() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp444 StackFrameSP RegisterContext::CalculateStackFrame() { in CalculateStackFrame() function in RegisterContext
H A DStackFrame.cpp1774 StackFrameSP StackFrame::CalculateStackFrame() { return shared_from_this(); } in CalculateStackFrame() function in StackFrame
1987 .RecognizeFrame(CalculateStackFrame()); in GetRecognizedFrame()
H A DThread.cpp1395 StackFrameSP Thread::CalculateStackFrame() { return StackFrameSP(); } in CalculateStackFrame() function in Thread
H A DTarget.cpp2399 StackFrameSP Target::CalculateStackFrame() { return StackFrameSP(); } in CalculateStackFrame() function in Target
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp407 lldb::StackFrameSP frame_sp = exe_scope->CalculateStackFrame(); in ClangExpressionParser()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp854 m_valobj_provider(GetName(), scope->CalculateStackFrame().get()); in SetupValueObject()