Home
last modified time | relevance | path

Searched refs:m_module_sp (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp565 if (m_module_sp) { in LoadImageAtFileAddress()
567 if (m_module_sp->SetLoadAddress(process->GetTarget(), 0, true, changed)) in LoadImageAtFileAddress()
574 m_module_sp = module_sp; in SetModule()
579 return m_module_sp; in GetModule()
751 if (!m_module_sp) { in LoadImageUsingMemoryModule()
755 m_module_sp = target_images.FindModule(m_uuid); in LoadImageUsingMemoryModule()
758 if (!m_module_sp && m_uuid.IsValid()) { in LoadImageUsingMemoryModule()
771 m_module_sp = std::make_shared<Module>(module_spec.GetFileSpec(), in LoadImageUsingMemoryModule()
783 if (!m_module_sp && platform_sp) { in LoadImageUsingMemoryModule()
792 m_module_sp, &search_paths, nullptr, in LoadImageUsingMemoryModule()
[all …]
H A DDynamicLoaderDarwinKernel.h126 KextImageInfo() : m_name(), m_module_sp(), m_memory_module_sp(), m_uuid() {} in KextImageInfo()
133 m_module_sp.reset(); in Clear()
196 lldb::ModuleSP m_module_sp; variable
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp919 : m_target_sp(target_sp), m_module_spec(), m_module_sp(), m_file_spec_up(), in SymbolContextSpecifier()
963 m_module_sp = module_sp; in AddSpecification()
1024 if (m_module_sp.get() != nullptr) { in SymbolContextMatches()
1025 if (m_module_sp.get() != sc.module_sp.get()) in SymbolContextMatches()
1121 if (m_module_sp) { in GetDescription()
1122 m_module_sp->GetFileSpec().GetPath(path_str, PATH_MAX); in GetDescription()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolContext.h361 lldb::ModuleSP m_module_sp; variable