Home
last modified time | relevance | path

Searched refs:m_core_module_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp80 if (!m_core_module_sp && FileSystem::Instance().Exists(m_core_file)) { in CanDebug()
82 Status error(ModuleList::GetSharedModule(core_module_spec, m_core_module_sp, in CanDebug()
84 if (m_core_module_sp) { in CanDebug()
85 ObjectFile *core_objfile = m_core_module_sp->GetObjectFile(); in CanDebug()
154 if (!m_core_module_sp) { in DoLoadCore()
159 ObjectFileELF *core = (ObjectFileELF *)(m_core_module_sp->GetObjectFile()); in DoLoadCore()
204 ArchSpec arch(m_core_module_sp->GetArchitecture()); in DoLoadCore()
207 ArchSpec core_arch(m_core_module_sp->GetArchitecture()); in DoLoadCore()
339 ObjectFile *core_objfile = m_core_module_sp->GetObjectFile(); in DoReadMemory()
739 ArchSpec arch = m_core_module_sp->GetObjectFile()->GetArchitecture(); in GetArchitecture()
H A DProcessElfCore.h144 lldb::ModuleSP m_core_module_sp; variable