Lines Matching refs:SBModule
14 # Helper function for SBModule class
116 ) SBModule;
117 class SBModule
121 SBModule ();
123 SBModule (const lldb::SBModule &rhs);
125 SBModule (const lldb::SBModuleSpec &module_spec);
127 SBModule (lldb::SBProcess &process,
130 ~SBModule ();
193 bool operator==(const lldb::SBModule &rhs) const;
195 bool operator!=(const lldb::SBModule &rhs) const;
377 STRING_EXTENSION(SBModule)