Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupWatchpoint.h24 static bool IsWatchSizeSupported(uint32_t watch_size);
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupWatchpoint.cpp67 bool OptionGroupWatchpoint::IsWatchSizeSupported(uint32_t watch_size) { in IsWatchSizeSupported() function in OptionGroupWatchpoint
/external/llvm-project/lldb/source/Target/
DTarget.cpp857 if (!OptionGroupWatchpoint::IsWatchSizeSupported(size)) in CreateWatchpoint()