Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.h146 bool LoadImageUsingMemoryModule(lldb_private::Process *process);
DDynamicLoaderDarwinKernel.cpp753 bool DynamicLoaderDarwinKernel::KextImageInfo::LoadImageUsingMemoryModule( in LoadImageUsingMemoryModule() function in DynamicLoaderDarwinKernel::KextImageInfo
1030 if (!m_kernel.LoadImageUsingMemoryModule(m_process)) { in LoadKernelModuleIfNeeded()
1287 if (!image_info.LoadImageUsingMemoryModule(m_process)) { in ParseKextSummaries()