Home
last modified time | relevance | path

Searched refs:IsWatchSizeSupported (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionGroupWatchpoint.h24 static bool IsWatchSizeSupported(uint32_t watch_size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionGroupWatchpoint.cpp67 bool OptionGroupWatchpoint::IsWatchSizeSupported(uint32_t watch_size) { in IsWatchSizeSupported() function in OptionGroupWatchpoint
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp849 if (!OptionGroupWatchpoint::IsWatchSizeSupported(size)) in CreateWatchpoint()