Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h90 bool GetMoveToNearestCode() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp344 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateSourceRegexBreakpoint()
397 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
4161 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode() function in TargetProperties