Lines Matching refs:LLDB_REGISTER_METHOD

254   LLDB_REGISTER_METHOD(const lldb::SBModuleSpec &,  in RegisterMethods()
258 LLDB_REGISTER_METHOD(void, SBModuleSpec, Clear, ()); in RegisterMethods()
259 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBModuleSpec, GetFileSpec, ()); in RegisterMethods()
260 LLDB_REGISTER_METHOD(void, SBModuleSpec, SetFileSpec, in RegisterMethods()
262 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBModuleSpec, GetPlatformFileSpec, in RegisterMethods()
264 LLDB_REGISTER_METHOD(void, SBModuleSpec, SetPlatformFileSpec, in RegisterMethods()
266 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBModuleSpec, GetSymbolFileSpec, ()); in RegisterMethods()
267 LLDB_REGISTER_METHOD(void, SBModuleSpec, SetSymbolFileSpec, in RegisterMethods()
269 LLDB_REGISTER_METHOD(const char *, SBModuleSpec, GetObjectName, ()); in RegisterMethods()
270 LLDB_REGISTER_METHOD(void, SBModuleSpec, SetObjectName, (const char *)); in RegisterMethods()
271 LLDB_REGISTER_METHOD(const char *, SBModuleSpec, GetTriple, ()); in RegisterMethods()
272 LLDB_REGISTER_METHOD(void, SBModuleSpec, SetTriple, (const char *)); in RegisterMethods()
273 LLDB_REGISTER_METHOD(size_t, SBModuleSpec, GetUUIDLength, ()); in RegisterMethods()
274 LLDB_REGISTER_METHOD(bool, SBModuleSpec, GetDescription, in RegisterMethods()
279 LLDB_REGISTER_METHOD( in RegisterMethods()
284 LLDB_REGISTER_METHOD(void, SBModuleSpecList, Append, in RegisterMethods()
286 LLDB_REGISTER_METHOD(void, SBModuleSpecList, Append, in RegisterMethods()
288 LLDB_REGISTER_METHOD(size_t, SBModuleSpecList, GetSize, ()); in RegisterMethods()
289 LLDB_REGISTER_METHOD(lldb::SBModuleSpec, SBModuleSpecList, GetSpecAtIndex, in RegisterMethods()
291 LLDB_REGISTER_METHOD(lldb::SBModuleSpec, SBModuleSpecList, in RegisterMethods()
293 LLDB_REGISTER_METHOD(lldb::SBModuleSpecList, SBModuleSpecList, in RegisterMethods()
295 LLDB_REGISTER_METHOD(bool, SBModuleSpecList, GetDescription, in RegisterMethods()