Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp168 auto data_buffer_sp = FileSystem::Instance().CreateDataBuffer( in GetSectionData() local
170 if (data_buffer_sp && data_buffer_sp->GetByteSize() > 0) { in GetSectionData()
172 new DataExtractor(data_buffer_sp, objfile->GetByteOrder(), in GetSectionData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp517 DataBufferSP &data_buffer_sp) { in Read() argument
542 data_buffer_sp.reset(data_heap_ap.release()); in Read()
556 data_buffer_sp.reset(); in Read()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h307 lldb::DataBufferSP &data_buffer_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemory.h51 const lldb::DataBufferSP &data_buffer_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp50 const DataBufferSP &data_buffer_sp) { in AddL1CacheData() argument
52 m_L1_cache[addr] = data_buffer_sp; in AddL1CacheData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2181 DataBufferSP data_buffer_sp(new DataBufferHeap(byte_size, 0)); in SetThreadStopInfo() local
2183 bytes.GetHexBytes(data_buffer_sp->GetData(), 0); in SetThreadStopInfo()
2186 data_buffer_sp); in SetThreadStopInfo()
2350 DataBufferSP data_buffer_sp(new DataBufferHeap(byte_size, 0)); in SetThreadStopInfo() local
2352 bytes.GetHexBytes(data_buffer_sp->GetData(), 0); in SetThreadStopInfo()
2354 m_memory_cache.AddL1CacheData(mem_cache_addr, data_buffer_sp); in SetThreadStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2712 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations() local
2714 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()
2739 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations() local
2741 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()