Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSection.cpp202 auto data_buffer_sp = FileSystem::Instance().CreateDataBuffer( in GetSectionData() local
204 if (data_buffer_sp && data_buffer_sp->GetByteSize() > 0) { in GetSectionData()
206 new DataExtractor(data_buffer_sp, objfile->GetByteOrder(), in GetSectionData()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemory.h44 const lldb::DataBufferSP &data_buffer_sp);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemory.cpp48 const DataBufferSP &data_buffer_sp) { in AddL1CacheData() argument
50 m_L1_cache[addr] = data_buffer_sp; in AddL1CacheData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2602 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS64Relocation() local
2605 llvm::cast<WritableDataBuffer>(data_buffer_sp.get()); in ApplyELF64ABS64Relocation()
2629 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS32Relocation() local
2632 llvm::cast<WritableDataBuffer>(data_buffer_sp.get()); in ApplyELF64ABS32Relocation()
2675 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations() local
2678 llvm::cast<WritableDataBuffer>(data_buffer_sp.get()); in ApplyRelocations()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2021 WritableDataBufferSP data_buffer_sp( in SetThreadStopInfo() local
2024 bytes.GetHexBytes(data_buffer_sp->GetData(), 0); in SetThreadStopInfo()
2027 data_buffer_sp); in SetThreadStopInfo()
2184 WritableDataBufferSP data_buffer_sp( in SetThreadStopInfo() local
2187 bytes.GetHexBytes(data_buffer_sp->GetData(), 0); in SetThreadStopInfo()
2189 m_memory_cache.AddL1CacheData(mem_cache_addr, data_buffer_sp); in SetThreadStopInfo()