reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBInstruction.cpp
  350   LLDB_REGISTER_CONSTRUCTOR(SBInstruction, ());
  351   LLDB_REGISTER_CONSTRUCTOR(SBInstruction, (const lldb::SBInstruction &));
  352   LLDB_REGISTER_METHOD(
  355   LLDB_REGISTER_METHOD(bool, SBInstruction, IsValid, ());
  356   LLDB_REGISTER_METHOD_CONST(bool, SBInstruction, operator bool, ());
  357   LLDB_REGISTER_METHOD(lldb::SBAddress, SBInstruction, GetAddress, ());
  358   LLDB_REGISTER_METHOD(const char *, SBInstruction, GetMnemonic,
  360   LLDB_REGISTER_METHOD(const char *, SBInstruction, GetOperands,
  362   LLDB_REGISTER_METHOD(const char *, SBInstruction, GetComment,
  364   LLDB_REGISTER_METHOD(size_t, SBInstruction, GetByteSize, ());
  365   LLDB_REGISTER_METHOD(lldb::SBData, SBInstruction, GetData,
  367   LLDB_REGISTER_METHOD(bool, SBInstruction, DoesBranch, ());
  368   LLDB_REGISTER_METHOD(bool, SBInstruction, HasDelaySlot, ());
  369   LLDB_REGISTER_METHOD(bool, SBInstruction, CanSetBreakpoint, ());
  370   LLDB_REGISTER_METHOD(bool, SBInstruction, GetDescription,
  372   LLDB_REGISTER_METHOD(void, SBInstruction, Print, (FILE *));
  373   LLDB_REGISTER_METHOD(void, SBInstruction, Print, (SBFile));
  374   LLDB_REGISTER_METHOD(void, SBInstruction, Print, (FileSP));
  375   LLDB_REGISTER_METHOD(bool, SBInstruction, EmulateWithFrame,
  377   LLDB_REGISTER_METHOD(bool, SBInstruction, DumpEmulation, (const char *));
  378   LLDB_REGISTER_METHOD(bool, SBInstruction, TestEmulation,