Lines Matching refs:GetModule
578 ModuleSP DynamicLoaderDarwinKernel::KextImageInfo::GetModule() { in GetModule() function in DynamicLoaderDarwinKernel::KextImageInfo
961 if (m_kernel.GetModule().get() && m_kernel.GetModule()->GetObjectFile() && in LoadKernelModuleIfNeeded()
962 !m_kernel.GetModule() in LoadKernelModuleIfNeeded()
968 m_kernel.GetModule()->GetObjectFile()->GetFileSpec().GetFilename(); in LoadKernelModuleIfNeeded()
975 m_kernel.GetModule()) { in LoadKernelModuleIfNeeded()
978 ObjectFile *kernel_object_file = m_kernel.GetModule()->GetObjectFile(); in LoadKernelModuleIfNeeded()
1012 if (m_kernel.IsLoaded() && m_kernel.GetModule()) { in LoadKernelModuleIfNeeded()
1015 m_kernel.GetModule()->FindFirstSymbolWithNameAndType( in LoadKernelModuleIfNeeded()
1173 !image_info.GetModule()) { in ParseKextSummaries()
1269 if (image_info.GetModule() && in ParseKextSummaries()
1271 loaded_module_list.AppendIfNeeded(image_info.GetModule()); in ParseKextSummaries()
1296 if (image_info.GetModule()) { in ParseKextSummaries()
1297 unloaded_module_list.AppendIfNeeded(image_info.GetModule()); in ParseKextSummaries()
1439 if (m_break_id == LLDB_INVALID_BREAK_ID && m_kernel.GetModule()) { in SetNotificationBreakpointIfNeeded()
1447 module_spec_list.Append(m_kernel.GetModule()->GetFileSpec()); in SetNotificationBreakpointIfNeeded()