Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp210 auto data_buffer_sp = FileSystem::Instance().CreateDataBuffer( in GetSectionData() local
212 if (data_buffer_sp && data_buffer_sp->GetByteSize() > 0) { in GetSectionData()
214 new DataExtractor(data_buffer_sp, objfile->GetByteOrder(), in GetSectionData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h44 const lldb::DataBufferSP &data_buffer_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp47 const DataBufferSP &data_buffer_sp) { in AddL1CacheData() argument
49 m_L1_cache[addr] = data_buffer_sp; in AddL1CacheData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2124 DataBufferSP data_buffer_sp(new DataBufferHeap(byte_size, 0)); in SetThreadStopInfo() local
2126 bytes.GetHexBytes(data_buffer_sp->GetData(), 0); in SetThreadStopInfo()
2129 data_buffer_sp); in SetThreadStopInfo()
2286 DataBufferSP data_buffer_sp(new DataBufferHeap(byte_size, 0)); in SetThreadStopInfo() local
2288 bytes.GetHexBytes(data_buffer_sp->GetData(), 0); in SetThreadStopInfo()
2290 m_memory_cache.AddL1CacheData(mem_cache_addr, data_buffer_sp); in SetThreadStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2614 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations() local
2616 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()
2641 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations() local
2643 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations()