Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h90 bool GetMoveToNearestCode() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp387 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateSourceRegexBreakpoint()
440 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
4251 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode() function in TargetProperties