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

Declarations

tools/lldb/include/lldb/API/SBInstruction.h
   42   const char *GetOperands(lldb::SBTarget target);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
33590     result = (char *)(arg1)->GetOperands(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBInstruction.cpp
  135   LLDB_RECORD_METHOD(const char *, SBInstruction, GetOperands, (lldb::SBTarget),
  360   LLDB_REGISTER_METHOD(const char *, SBInstruction, GetOperands,
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
  523       const char *o = inst.GetOperands(g_vsc.target);