Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBSection.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()
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDFile.cpp718 File::Read (size_t &num_bytes, off_t &offset, bool null_terminate, DataBufferSP &data_buffer_sp) in Read() argument
748 data_buffer_sp.reset(data_heap_ap.release()); in Read()
766 data_buffer_sp.reset(); in Read()
/trueos/contrib/llvm/tools/lldb/include/lldb/Host/
HDFile.h406 lldb::DataBufferSP &data_buffer_sp);