Home
last modified time | relevance | path

Searched refs:GetSharedDataBuffer (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DDataEncoder.h272 lldb::DataBufferSP &GetSharedDataBuffer() { return m_data_sp; } in GetSharedDataBuffer() function
H A DDataExtractor.h900 lldb::DataBufferSP &GetSharedDataBuffer() { return m_data_sp; } in GetSharedDataBuffer() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp85 if (!ReadAllRegisterValues(m_reg_data.GetSharedDataBuffer())) in ReadRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResult.cpp68 if (!m_data.GetSharedDataBuffer()) { in ValueObjectConstResult()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp432 object->ar_file_size, m_archive_sp->GetData().GetSharedDataBuffer(), in GetObjectFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2712 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()
2739 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()