Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h84 bool GetMoveToNearestCode() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp316 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateSourceRegexBreakpoint()
367 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
3708 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode() function in TargetProperties