Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h140 bool LoadImageUsingMemoryModule(lldb_private::Process *process);
H A DDynamicLoaderDarwinKernel.cpp750 bool DynamicLoaderDarwinKernel::KextImageInfo::LoadImageUsingMemoryModule( in LoadImageUsingMemoryModule() function in DynamicLoaderDarwinKernel::KextImageInfo
1027 if (!m_kernel.LoadImageUsingMemoryModule(m_process)) { in LoadKernelModuleIfNeeded()
1284 if (!image_info.LoadImageUsingMemoryModule(m_process)) { in ParseKextSummaries()