Lines Matching refs:GetTarget
142 Module* exe_module = process->GetTarget().GetExecutableModulePointer(); in CreateInstance()
157 const llvm::Triple &triple_ref = process->GetTarget().GetArchitecture().GetTriple(); in CreateInstance()
220 Module *exe_module = process->GetTarget().GetExecutableModulePointer(); in SearchForKernelAtSameLoadAddr()
253 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) in SearchForKernelWithDebugHints()
298 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) in SearchForKernelNearPC()
348 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) in SearchForKernelViaExhaustiveSearch()
363 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) in SearchForKernelViaExhaustiveSearch()
438 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch(kernel_arch)) in CheckForKernelImageAtAddress()
440 process->GetTarget().SetArchitecture (kernel_arch); in CheckForKernelImageAtAddress()
469 process->GetTarget().SetPlatform (platform_sp); in DynamicLoaderDarwinKernel()
544 if (m_module_sp->SetLoadAddress (process->GetTarget(), 0, changed)) in LoadImageAtFileAddress()
711 process->GetTarget().SetArchitecture(memory_module_sp->GetArchitecture()); in ReadMemoryModule()
715 Module* exe_module = process->GetTarget().GetExecutableModulePointer(); in ReadMemoryModule()
720 Stream *s = &process->GetTarget().GetDebugger().GetOutputStream(); in ReadMemoryModule()
755 Target &target = process->GetTarget(); in LoadImageUsingMemoryModule()
1013 m_kernel.SetModule (m_process->GetTarget().GetExecutableModule()); in LoadKernelModuleIfNeeded()
1036 …dr_t load_address = kernel_object_file->GetHeaderAddress().GetLoadAddress(&m_process->GetTarget()); in LoadKernelModuleIfNeeded()
1134 if (m_process->GetTarget().ReadPointerFromMemory (m_kext_summary_header_ptr_addr, in ReadKextSummaryHeader()
1143 …const size_t bytes_read = m_process->GetTarget().ReadMemory (m_kext_summary_header_addr, prefer_fi… in ReadKextSummaryHeader()
1251 Stream *s = &m_process->GetTarget().GetDebugger().GetOutputStream(); in ParseKextSummaries()
1311 m_process->GetTarget().ModulesDidLoad (loaded_module_list); in ParseKextSummaries()
1338 m_process->GetTarget().ModulesDidUnload (unloaded_module_list); in ParseKextSummaries()
1365 const size_t bytes_read = m_process->GetTarget().ReadMemory (kext_summary_addr, in ReadKextSummaries()
1509 Breakpoint *bp = m_process->GetTarget().CreateBreakpoint (&module_spec_list, in SetNotificationBreakpointIfNeeded()