Searched refs:m_module_sp (Results 1 – 2 of 2) sorted by relevance
925 : m_target_sp(target_sp), m_module_spec(), m_module_sp(), m_file_spec_up(), in SymbolContextSpecifier()968 m_module_sp = module_sp; in AddSpecification()1031 if (m_module_sp.get() != nullptr) { in SymbolContextMatches()1032 if (m_module_sp.get() != sc.module_sp.get()) in SymbolContextMatches()1128 if (m_module_sp) { in GetDescription()1129 m_module_sp->GetFileSpec().GetPath(path_str, PATH_MAX); in GetDescription()
361 lldb::ModuleSP m_module_sp; variable