HomeSort by relevance Sort by last modified time
    Searched refs:DataBufferSP (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/lldb/source/Plugins/Process/elf-core/
RegisterContextCoreFreeBSD_x86_64.h 29 ReadAllRegisterValues(lldb::DataBufferSP &data_sp);
35 WriteAllRegisterValues(const lldb::DataBufferSP &data_sp);
RegisterContextCoreLinux_x86_64.h 29 ReadAllRegisterValues(lldb::DataBufferSP &data_sp);
35 WriteAllRegisterValues(const lldb::DataBufferSP &data_sp);
RegisterContextCoreFreeBSD_x86_64.cpp 40 RegisterContextCoreFreeBSD_x86_64::ReadAllRegisterValues(lldb::DataBufferSP &data_sp)
52 RegisterContextCoreFreeBSD_x86_64::WriteAllRegisterValues(const lldb::DataBufferSP &data_sp)
RegisterContextCoreLinux_x86_64.cpp 41 RegisterContextCoreLinux_x86_64::ReadAllRegisterValues(lldb::DataBufferSP &data_sp)
53 RegisterContextCoreLinux_x86_64::WriteAllRegisterValues(const lldb::DataBufferSP &data_sp)
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextMemory.h 78 ReadAllRegisterValues (lldb::DataBufferSP &data_sp);
81 WriteAllRegisterValues (const lldb::DataBufferSP &data_sp);
84 SetAllRegisterData (const lldb::DataBufferSP &data_sp);
RegisterContextDummy.h 57 ReadAllRegisterValues (lldb::DataBufferSP &data_sp);
60 WriteAllRegisterValues (const lldb::DataBufferSP &data_sp);
RegisterContextMacOSXFrameBackchain.h 60 ReadAllRegisterValues (lldb::DataBufferSP &data_sp);
63 WriteAllRegisterValues (const lldb::DataBufferSP &data_sp);
RegisterContextMemory.cpp 50 DataBufferSP reg_data_sp(new DataBufferHeap (reg_infos.GetRegisterDataByteSize(), 0));
134 RegisterContextMemory::ReadAllRegisterValues (DataBufferSP &data_sp)
153 RegisterContextMemory::WriteAllRegisterValues (const DataBufferSP &data_sp)
170 RegisterContextMemory::SetAllRegisterData (const lldb::DataBufferSP &data_sp)
RegisterContextThreadMemory.h 60 ReadAllRegisterValues (lldb::DataBufferSP &data_sp);
63 WriteAllRegisterValues (const lldb::DataBufferSP &data_sp);
RegisterContextDummy.cpp 120 RegisterContextDummy::ReadAllRegisterValues (lldb::DataBufferSP &data_sp)
126 RegisterContextDummy::WriteAllRegisterValues (const lldb::DataBufferSP &data_sp)
RegisterContextMacOSXFrameBackchain.cpp 182 RegisterContextMacOSXFrameBackchain::ReadAllRegisterValues (lldb::DataBufferSP &data_sp)
191 RegisterContextMacOSXFrameBackchain::WriteAllRegisterValues (const lldb::DataBufferSP &data_sp)
RegisterContextLLDB.h 64 ReadAllRegisterValues (lldb::DataBufferSP &data_sp);
67 WriteAllRegisterValues (const lldb::DataBufferSP &data_sp);
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.h 39 lldb::DataBufferSP& data_sp,
47 lldb::DataBufferSP& data_sp,
60 lldb::DataBufferSP& data_sp,
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.h 46 lldb::DataBufferSP& data_sp,
54 lldb::DataBufferSP& data_sp,
60 lldb::DataBufferSP& data_sp,
67 MagicBytesMatch (lldb::DataBufferSP& data_sp,
75 lldb::DataBufferSP& data_sp,
82 lldb::DataBufferSP& data_sp,
  /external/lldb/include/lldb/Core/
DataEncoder.h 80 DataEncoder (const lldb::DataBufferSP& data_sp, lldb::ByteOrder byte_order, uint8_t addr_size);
317 lldb::DataBufferSP &
388 SetData (const lldb::DataBufferSP& data_sp, uint32_t offset = 0, uint32_t length = UINT32_MAX);
449 mutable lldb::DataBufferSP m_data_sp; ///< The shared pointer to data that can be shared among multilple instances
  /external/lldb/include/lldb/
lldb-private-interfaces.h 22 typedef ObjectContainer* (*ObjectContainerCreateInstance) (const lldb::ModuleSP &module_sp, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t offset, lldb::offset_t length);
23 typedef size_t (*ObjectFileGetModuleSpecifications) (const FileSpec &file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, ModuleSpecList &module_specs);
24 typedef ObjectFile* (*ObjectFileCreateInstance) (const lldb::ModuleSP &module_sp, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec* file, lldb::offset_t file_offset, lldb::offset_t length);
25 typedef ObjectFile* (*ObjectFileCreateMemoryInstance) (const lldb::ModuleSP &module_sp, lldb::DataBufferSP& data_sp, const lldb::ProcessSP &process_sp, lldb::addr_t offset);
  /external/lldb/include/lldb/Interpreter/
OptionValueFileSpec.h 111 const lldb::DataBufferSP &
123 lldb::DataBufferSP m_data_sp;
  /external/lldb/include/lldb/Host/
FileSpec.h 496 lldb::DataBufferSP
526 lldb::DataBufferSP
545 lldb::DataBufferSP
  /external/lldb/include/lldb/Symbol/
ObjectFile.h 94 lldb::DataBufferSP& data_sp,
100 lldb::DataBufferSP& data_sp);
155 lldb::DataBufferSP &data_sp,
179 lldb::DataBufferSP &file_data_sp);
190 lldb::DataBufferSP& data_sp,
639 static lldb::DataBufferSP
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.h 50 lldb::DataBufferSP& data_sp,
58 lldb::DataBufferSP& data_sp,
64 lldb::DataBufferSP& data_sp,
71 MagicBytesMatch (lldb::DataBufferSP& data_sp,
152 lldb::DataBufferSP& data_sp,
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.h 39 lldb::DataBufferSP& data_sp,
47 lldb::DataBufferSP& data_sp,
53 lldb::DataBufferSP& data_sp,
60 MagicBytesMatch (lldb::DataBufferSP& data_sp);
64 lldb::DataBufferSP& data_sp,
  /external/lldb/source/API/
SBData.cpp 525 lldb::DataBufferSP buffer_sp(new DataBufferHeap(data, data_len));
541 lldb::DataBufferSP buffer_sp(new DataBufferHeap(array, data_len));
557 lldb::DataBufferSP buffer_sp(new DataBufferHeap(array, data_len));
573 lldb::DataBufferSP buffer_sp(new DataBufferHeap(array, data_len));
589 lldb::DataBufferSP buffer_sp(new DataBufferHeap(array, data_len));
605 lldb::DataBufferSP buffer_sp(new DataBufferHeap(array, data_len));
628 lldb::DataBufferSP buffer_sp(new DataBufferHeap(data, data_len));
657 lldb::DataBufferSP buffer_sp(new DataBufferHeap(array, data_len));
686 lldb::DataBufferSP buffer_sp(new DataBufferHeap(array, data_len));
715 lldb::DataBufferSP buffer_sp(new DataBufferHeap(array, data_len))
    [all...]
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.h 43 lldb::DataBufferSP& data_sp,
51 lldb::DataBufferSP& data_sp,
64 lldb::DataBufferSP& data_sp,
  /external/lldb/include/lldb/Target/
RegisterContext.h 70 ReadAllRegisterValues (lldb::DataBufferSP &data_sp) = 0;
73 WriteAllRegisterValues (const lldb::DataBufferSP &data_sp) = 0;
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_i386.h 63 ReadAllRegisterValues(lldb::DataBufferSP &data_sp);
77 WriteAllRegisterValues(const lldb::DataBufferSP &data_sp);

Completed in 307 milliseconds

1 2 3 4