Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp87 size_t max_byte_size, in PowerOf2Watchpoints() argument
94 user_addr, user_size, min_byte_size, max_byte_size, in PowerOf2Watchpoints()
111 if (aligned_size <= max_byte_size && in PowerOf2Watchpoints()
128 if (max_byte_size >= (aligned_size << 1)) { in PowerOf2Watchpoints()
131 if (aligned_size <= max_byte_size && in PowerOf2Watchpoints()
143 aligned_size = std::min(aligned_size, max_byte_size); in PowerOf2Watchpoints()
/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointAlgorithms.h100 size_t max_byte_size,