Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp302 m_process->AddInvalidMemoryRegion(pagezero_range); in UpdateImageLoadAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2355 void AddInvalidMemoryRegion(const LoadRange &region);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp5567 void Process::AddInvalidMemoryRegion(const LoadRange &region) { in AddInvalidMemoryRegion() function in Process