Searched refs:ReadModuleFromMemory (Results 1 – 8 of 8) sorted by relevance
210 if ((module_sp = m_process->ReadModuleFromMemory(file, base_addr))) { in LoadModuleAtAddress()
329 module_sp = m_process->ReadModuleFromMemory( in ReadJITDescriptorImpl()
468 process->ReadModuleFromMemory(FileSpec("temp_mach_kernel"), addr); in CheckForKernelImageAtAddress()672 process->ReadModuleFromMemory(file_spec, m_load_address, size_to_read); in ReadMemoryModule()
154 module_sp = m_process->ReadModuleFromMemory(image_info.file_spec, in FindTargetModuleForImageInfo()677 commpage_image_module_sp = m_process->ReadModuleFromMemory( in AddModulesUsingImageInfos()
519 if (ModuleSP module_sp = m_process->ReadModuleFromMemory( in LoadVDSO()
59 m_opaque_sp = process_sp->ReadModuleFromMemory(FileSpec(), header_addr); in SBModule()
1825 lldb::ModuleSP ReadModuleFromMemory(const FileSpec &file_spec,
2502 ModuleSP Process::ReadModuleFromMemory(const FileSpec &file_spec, in ReadModuleFromMemory() function in Process