Home
last modified time | relevance | path

Searched refs:data_buffer_sp (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Host/macosx/
DSymbols.cpp104 …DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, sizeof(struct mach_header_64… in SkinnyMachOFileContainsArchAndUUID() local
105 data.SetData (data_buffer_sp); in SkinnyMachOFileContainsArchAndUUID()
112 …DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, sizeof(struct mach_header) +… in SkinnyMachOFileContainsArchAndUUID() local
113 data.SetData (data_buffer_sp); in SkinnyMachOFileContainsArchAndUUID()
156 … DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, fat_header_and_arch_size)); in UniversalMachOFileContainsArchAndUUID() local
157 data.SetData (data_buffer_sp); in UniversalMachOFileContainsArchAndUUID()
178 … DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset + arch_offset, 0x1000)); in UniversalMachOFileContainsArchAndUUID() local
179 arch_data.SetData(data_buffer_sp); in UniversalMachOFileContainsArchAndUUID()
207 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, 0x1000)); in FileAtPathContainsArchAndUUID() local
209 if (data_buffer_sp && data_buffer_sp->GetByteSize() > 0) in FileAtPathContainsArchAndUUID()
[all …]
/external/lldb/source/API/
DSBSection.cpp228 … DataBufferSP data_buffer_sp (objfile->GetFileSpec().ReadFileContents (file_offset, file_size)); in GetSectionData() local
229 if (data_buffer_sp && data_buffer_sp->GetByteSize() > 0) in GetSectionData()
231 DataExtractorSP data_extractor_sp (new DataExtractor (data_buffer_sp, in GetSectionData()
/external/lldb/source/Host/common/
DFile.cpp592 File::Read (size_t &num_bytes, off_t &offset, bool null_terminate, DataBufferSP &data_buffer_sp) in Read() argument
622 data_buffer_sp.reset(data_heap_ap.release()); in Read()
640 data_buffer_sp.reset(); in Read()
/external/lldb/include/lldb/Host/
DFile.h405 lldb::DataBufferSP &data_buffer_sp);