Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h204 bool GetFrameBaseValue(Scalar &value, Status *error_ptr);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1079 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue() function in StackFrame
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2052 if (frame->GetFrameBaseValue(value, error_ptr)) { in Evaluate()