Home
last modified time | relevance | path

Searched defs:aligned_start (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp107 addr_t aligned_start = user_addr & ~(aligned_size - 1); in PowerOf2Watchpoints() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2072 size_t aligned_start = total_bytes_read - total_bytes_read % type_width; in ReadStringFromMemory() local