Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h68 GetMoveToNearestCode () const;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp279 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateSourceRegexBreakpoint()
331 move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
3208 TargetProperties::GetMoveToNearestCode() const in GetMoveToNearestCode() function in TargetProperties