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

Declarations

tools/lldb/include/lldb/API/SBModule.h
   28   const SBModule &operator=(const SBModule &rhs);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 5317     result = (arg1)->GetModule();
30449     result = ((lldb::SBFrame const *)arg1)->GetModule();
51580     result = (arg1)->GetModule();
51746       arg2 = *temp;
52810     result = lldb::SBTarget::GetModuleAtIndexFromEvent(arg1,(lldb::SBEvent const &)*arg2);
53930     result = (arg1)->AddModule((char const *)arg2,(char const *)arg3,(char const *)arg4);
54002     result = (arg1)->AddModule((char const *)arg2,(char const *)arg3,(char const *)arg4,(char const *)arg5);
54048     result = (arg1)->AddModule((lldb::SBModuleSpec const &)*arg2);
54206     result = (arg1)->GetModuleAtIndex(arg2);
54243       arg2 = *temp;
54313     result = (arg1)->FindModule((lldb::SBFileSpec const &)*arg2);
54617       arg2 = *temp;
54665       arg2 = *temp;
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBModule.cpp
   71                      SBModule, operator=,(const lldb::SBModule &), rhs);
  700                        SBModule, operator=,(const lldb::SBModule &));