Home
last modified time | relevance | path

Searched defs:data_buffer_sp (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBSection.cpp228 … DataBufferSP data_buffer_sp (objfile->GetFileSpec().ReadFileContents (file_offset, file_size)); in GetSectionData() local
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDMemory.cpp63 MemoryCache::AddL1CacheData(lldb::addr_t addr, const DataBufferSP &data_buffer_sp) in AddL1CacheData()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDFile.cpp828 File::Read (size_t &num_bytes, off_t &offset, bool null_terminate, DataBufferSP &data_buffer_sp) in Read()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2466 DataBufferSP& data_buffer_sp = debug_data.GetSharedDataBuffer(); in RelocateSection() local
2484 DataBufferSP& data_buffer_sp = debug_data.GetSharedDataBuffer(); in RelocateSection() local
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp2234 DataBufferSP data_buffer_sp(new DataBufferHeap(byte_size, 0)); in SetThreadStopInfo() local
2435 DataBufferSP data_buffer_sp(new DataBufferHeap(byte_size, 0)); in SetThreadStopInfo() local