Home
last modified time | relevance | path

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

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