Lines Matching refs:SBModule
21 class SBModule
25 SBModule ();
27 SBModule (const SBModule &rhs);
29 SBModule (const SBModuleSpec &module_spec);
31 const SBModule &
32 operator = (const SBModule &rhs);
34 SBModule (lldb::SBProcess &process,
37 ~SBModule ();
95 operator == (const lldb::SBModule &rhs) const;
98 operator != (const lldb::SBModule &rhs) const;
273 explicit SBModule (const lldb::ModuleSP& module_sp);