Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2595 void AddInvalidMemoryRegion(const LoadRange &region);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp5724 void Process::AddInvalidMemoryRegion(const LoadRange &region) { in AddInvalidMemoryRegion() function in Process