Lines Matching refs:LLDB_REGISTER_METHOD
352 LLDB_REGISTER_METHOD( in RegisterMethods()
355 LLDB_REGISTER_METHOD(bool, SBInstruction, IsValid, ()); in RegisterMethods()
357 LLDB_REGISTER_METHOD(lldb::SBAddress, SBInstruction, GetAddress, ()); in RegisterMethods()
358 LLDB_REGISTER_METHOD(const char *, SBInstruction, GetMnemonic, in RegisterMethods()
360 LLDB_REGISTER_METHOD(const char *, SBInstruction, GetOperands, in RegisterMethods()
362 LLDB_REGISTER_METHOD(const char *, SBInstruction, GetComment, in RegisterMethods()
364 LLDB_REGISTER_METHOD(size_t, SBInstruction, GetByteSize, ()); in RegisterMethods()
365 LLDB_REGISTER_METHOD(lldb::SBData, SBInstruction, GetData, in RegisterMethods()
367 LLDB_REGISTER_METHOD(bool, SBInstruction, DoesBranch, ()); in RegisterMethods()
368 LLDB_REGISTER_METHOD(bool, SBInstruction, HasDelaySlot, ()); in RegisterMethods()
369 LLDB_REGISTER_METHOD(bool, SBInstruction, CanSetBreakpoint, ()); in RegisterMethods()
370 LLDB_REGISTER_METHOD(bool, SBInstruction, GetDescription, in RegisterMethods()
372 LLDB_REGISTER_METHOD(void, SBInstruction, Print, (FILE *)); in RegisterMethods()
373 LLDB_REGISTER_METHOD(void, SBInstruction, Print, (SBFile)); in RegisterMethods()
374 LLDB_REGISTER_METHOD(void, SBInstruction, Print, (FileSP)); in RegisterMethods()
375 LLDB_REGISTER_METHOD(bool, SBInstruction, EmulateWithFrame, in RegisterMethods()
377 LLDB_REGISTER_METHOD(bool, SBInstruction, DumpEmulation, (const char *)); in RegisterMethods()
378 LLDB_REGISTER_METHOD(bool, SBInstruction, TestEmulation, in RegisterMethods()