Lines Matching defs:module_sp
37 const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
40 : ObjectContainer(module_sp, file, offset, length, data_sp, data_offset),
44 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp,
46 : ObjectContainer(module_sp, nullptr, 0, data_sp->GetByteSize(), data_sp,
51 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp,
63 module_sp, data_sp, data_offset, file, file_offset, length);
71 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp,
77 module_sp, data_sp, process_sp, header_addr);
194 ModuleSP module_sp(GetModule());
195 if (!module_sp)
198 std::lock_guard<std::recursive_mutex> guard(module_sp->GetMutex());
273 ModuleSP module_sp(GetModule());
274 if (!module_sp)
277 ConstString object_name = module_sp->GetObjectName();
287 return ObjectFile::FindPlugin(module_sp, file, m_offset + entry->fileoff,