Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h556 typedef Range<lldb::addr_t, lldb::addr_t> LoadRange; typedef
2595 void AddInvalidMemoryRegion(const LoadRange &region);
2601 bool RemoveInvalidMemoryRange(const LoadRange &region);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp5724 void Process::AddInvalidMemoryRegion(const LoadRange &region) { in AddInvalidMemoryRegion()
5728 bool Process::RemoveInvalidMemoryRange(const LoadRange &region) { in RemoveInvalidMemoryRange()