Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp80 if (!ReadAllRegisterValues(m_reg_data.GetSharedDataBuffer())) in ReadRegister()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h796 lldb::DataBufferSP &GetSharedDataBuffer() { return m_data_sp; } in GetSharedDataBuffer() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp69 if (!m_data.GetSharedDataBuffer()) { in ValueObjectConstResult()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp429 m_archive_sp->GetData().GetSharedDataBuffer(), data_offset); in GetObjectFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2614 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()
2641 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()