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

Declarations

tools/lldb/include/lldb/API/SBCommandReturnObject.h
   61   size_t PutError(FileSP file);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
15698     result = (arg1)->PutError(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBCommandReturnObject.cpp
  154   LLDB_RECORD_METHOD(size_t, SBCommandReturnObject, PutError, (FileSP),
  394   LLDB_REGISTER_METHOD(size_t, SBCommandReturnObject, PutError, (FileSP));
tools/lldb/source/API/SBDebugger.cpp
  485     result.PutError(m_opaque_sp->GetErrorStream().GetFileSP());