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

Declarations

tools/lldb/include/lldb/API/SBValue.h
  378   lldb::ValueObjectSP GetSP() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 3016         valobj_sp = sb_ptr->GetSP();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBThread.cpp
 1056         thread->ReturnFromFrame(frame.GetFrameSP(), return_value.GetSP()));
tools/lldb/source/API/SBTypeSummary.cpp
  336   lldb::ValueObjectSP value_sp = value.GetSP();
tools/lldb/source/API/SBValue.cpp
 1109   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::ValueObjectSP, SBValue, GetSP);
 1656   LLDB_REGISTER_METHOD_CONST(lldb::ValueObjectSP, SBValue, GetSP, ());