Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Breakpoint/
H A DWatchpointAlgorithmsTests.cpp88 addr_t user_addr = test.user.addr; in TEST() local
113 addr_t user_addr = test.user.addr; in TEST() local
169 addr_t user_addr = test.user.addr; in TEST() local
/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp85 WatchpointAlgorithms::PowerOf2Watchpoints(addr_t user_addr, size_t user_size, in PowerOf2Watchpoints()