Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DDataExtractor.h807 lldb::DataBufferSP &GetSharedDataBuffer() { return m_data_sp; } in GetSharedDataBuffer() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectConstResult.cpp70 if (!m_data.GetSharedDataBuffer()) { in ValueObjectConstResult()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp553 m_archive_sp->GetData().GetSharedDataBuffer(), data_offset); in GetObjectFile()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2602 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS64Relocation()
2629 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyELF64ABS32Relocation()
2675 DataBufferSP &data_buffer_sp = debug_data.GetSharedDataBuffer(); in ApplyRelocations()