Home
last modified time | relevance | path

Searched refs:GetMoveToNearestCode (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h87 bool GetMoveToNearestCode() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp323 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateSourceRegexBreakpoint()
374 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
3842 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode() function in TargetProperties