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

References

tools/lldb/source/API/SBData.cpp
  518   LLDB_RECORD_METHOD(bool, SBData, SetDataFromCString, (const char *), data);
  521   if (!data) {
  525   size_t data_len = strlen(data);
  527   lldb::DataBufferSP buffer_sp(new DataBufferHeap(data, data_len));