Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h196 bool GetFrameBaseValue(Scalar &value, Status *error_ptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1060 bool StackFrame::GetFrameBaseValue(Scalar &frame_base, Status *error_ptr) { in GetFrameBaseValue() function in StackFrame
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp2521 if (frame->GetFrameBaseValue(value, error_ptr)) { in Evaluate()