Lines Matching refs:GetModule

569 DynamicLoaderDarwinKernel::KextImageInfo::GetModule ()  in GetModule()  function in DynamicLoaderDarwinKernel::KextImageInfo
1017 if (m_kernel.GetModule().get() in LoadKernelModuleIfNeeded()
1018 && m_kernel.GetModule()->GetObjectFile() in LoadKernelModuleIfNeeded()
1019 && !m_kernel.GetModule()->GetObjectFile()->GetFileSpec().GetFilename().IsEmpty()) in LoadKernelModuleIfNeeded()
1021 kernel_name = m_kernel.GetModule()->GetObjectFile()->GetFileSpec().GetFilename(); in LoadKernelModuleIfNeeded()
1028 if (m_kernel.GetLoadAddress() == LLDB_INVALID_ADDRESS && m_kernel.GetModule()) in LoadKernelModuleIfNeeded()
1033 ObjectFile *kernel_object_file = m_kernel.GetModule()->GetObjectFile(); in LoadKernelModuleIfNeeded()
1065 if (m_kernel.IsLoaded() && m_kernel.GetModule()) in LoadKernelModuleIfNeeded()
1068 …const Symbol *symbol = m_kernel.GetModule()->FindFirstSymbolWithNameAndType (kext_summary_symbol, … in LoadKernelModuleIfNeeded()
1211 else if (image_info.GetLoadAddress() == LLDB_INVALID_ADDRESS && !image_info.GetModule()) in ParseKextSummaries()
1301 … if (image_info.GetModule() && m_process->GetStopID() == image_info.GetProcessStopId()) in ParseKextSummaries()
1302 loaded_module_list.AppendIfNeeded (image_info.GetModule()); in ParseKextSummaries()
1327 if (image_info.GetModule()) in ParseKextSummaries()
1329 unloaded_module_list.AppendIfNeeded (image_info.GetModule()); in ParseKextSummaries()
1500 if (m_break_id == LLDB_INVALID_BREAK_ID && m_kernel.GetModule()) in SetNotificationBreakpointIfNeeded()
1508 module_spec_list.Append (m_kernel.GetModule()->GetFileSpec()); in SetNotificationBreakpointIfNeeded()