Lines Matching refs:GetModule
587 ModuleSP DynamicLoaderDarwinKernel::KextImageInfo::GetModule() { in GetModule() function in DynamicLoaderDarwinKernel::KextImageInfo
987 if (m_kernel.GetModule().get() && m_kernel.GetModule()->GetObjectFile() && in LoadKernelModuleIfNeeded()
988 !m_kernel.GetModule() in LoadKernelModuleIfNeeded()
994 m_kernel.GetModule()->GetObjectFile()->GetFileSpec().GetFilename(); in LoadKernelModuleIfNeeded()
1001 m_kernel.GetModule()) { in LoadKernelModuleIfNeeded()
1004 ObjectFile *kernel_object_file = m_kernel.GetModule()->GetObjectFile(); in LoadKernelModuleIfNeeded()
1038 if (m_kernel.IsLoaded() && m_kernel.GetModule()) { in LoadKernelModuleIfNeeded()
1041 m_kernel.GetModule()->FindFirstSymbolWithNameAndType( in LoadKernelModuleIfNeeded()
1199 !image_info.GetModule()) { in ParseKextSummaries()
1295 if (image_info.GetModule() && in ParseKextSummaries()
1297 loaded_module_list.AppendIfNeeded(image_info.GetModule()); in ParseKextSummaries()
1322 if (image_info.GetModule()) { in ParseKextSummaries()
1323 unloaded_module_list.AppendIfNeeded(image_info.GetModule()); in ParseKextSummaries()
1465 if (m_break_id == LLDB_INVALID_BREAK_ID && m_kernel.GetModule()) { in SetNotificationBreakpointIfNeeded()
1473 module_spec_list.Append(m_kernel.GetModule()->GetFileSpec()); in SetNotificationBreakpointIfNeeded()