Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1096 found_location = FastSearch(found_location, high_addr, buffer.GetBytes(), in DoExecute()
1133 lldb::addr_t FastSearch(lldb::addr_t low, lldb::addr_t high, uint8_t *buffer, in FastSearch() function in CommandObjectMemoryFind