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

Declarations

tools/lldb/include/lldb/Utility/DataExtractor.h
  148   const DataExtractor &operator=(const DataExtractor &rhs);

References

tools/lldb/include/lldb/DataFormatters/StringPrinter.h
  132     void SetData(DataExtractor d) { m_data = d; }
tools/lldb/include/lldb/Expression/DWARFExpression.h
  233     data = m_data;
tools/lldb/include/lldb/Target/ProcessStructReader.h
   78     m_data = DataExtractor(buffer_sp, m_byte_order, m_addr_byte_size);
tools/lldb/source/Core/ValueObject.cpp
  869       data = m_data;
tools/lldb/source/Core/ValueObjectConstResult.cpp
   65   m_data = data;
tools/lldb/source/Expression/IRMemoryMap.cpp
  825         extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size,
  837       extractor = DataExtractor(allocation.m_data.GetBytes() + offset, size,
tools/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp
   76       m_unwind_info_data =
   87       m_unwind_code_data = m_object_file.ReadImageDataByRVA(
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  440   thread_data.gpregset = DataExtractor(data, offset, len);
  554       m_auxv = DataExtractor(note.data, 4, note.data.GetByteSize() - 4);
  614         m_auxv = note.data;
  635           thread_data.gpregset = note.data;
  661           thread_data.gpregset = note.data;
  739       m_auxv = note.data;
  742       thread_data.gpregset = note.data;
  800       thread_data.gpregset = DataExtractor(note.data, header_size, len);
  841       m_auxv = note.data;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  349                 data = DataExtractor(data, offset, data.GetByteSize() - offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3274                 data = DataExtractor(data, offset, data.GetByteSize() - offset);
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp
   71     m_data =