Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2486 void AddInvalidMemoryRegion(const LoadRange &region);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5818 void Process::AddInvalidMemoryRegion(const LoadRange &region) { in AddInvalidMemoryRegion() function in Process