Lines Matching refs:SBModule
62 static lldb::SBModule GetModuleAtIndexFromEvent(const uint32_t idx,
286 bool AddModule(lldb::SBModule &module);
288 lldb::SBModule AddModule(const char *path, const char *triple,
291 lldb::SBModule AddModule(const char *path, const char *triple,
294 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
298 lldb::SBModule GetModuleAtIndex(uint32_t idx);
300 bool RemoveModule(lldb::SBModule module);
304 lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec);
390 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
401 lldb::SBError ClearModuleLoadAddress(lldb::SBModule module);
844 bool IsLoaded(const lldb::SBModule &module) const;
874 friend class SBModule; variable