Home
last modified time | relevance | path

Searched defs:dirty_page_list (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp137 const std::optional<std::vector<addr_t>> &dirty_page_list = in GetNumDirtyPages() local
149 const std::optional<std::vector<addr_t>> &dirty_page_list = in GetDirtyPageAddressAtIndex() local
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1721 const std::optional<std::vector<addr_t>> &dirty_page_list = DumpRegion() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1639 std::vector<addr_t> dirty_page_list; GetMemoryRegionInfo() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6283 const auto &dirty_page_list = region.GetDirtyPageList(); AddDirtyPages() local