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

References

tools/lldb/include/lldb/Utility/DataExtractor.h
 1000     return {GetData(), GetByteOrder() == lldb::eByteOrderLittle,
tools/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
  134   llvm::StringRef text = toStringRef(m_data.GetData());
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1884   auto err = lldb_private::lzma::uncompress(data.GetData(), uncompressedData);
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
   95   m_section_text = toStringRef(data.GetData());
  118     m_section_text = toStringRef(data.GetData());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
  117       llvm::StringRef data = llvm::toStringRef(section_data.GetData());