Home
last modified time | relevance | path

Searched defs:data_buffer (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DDataBufferTest.cpp24 DataBuffer *data_buffer = data_buffer_sp.get(); in TEST() local
36 DataBuffer *data_buffer = data_buffer_sp.get(); in TEST() local
48 DataBuffer *data_buffer = data_buffer_sp.get(); in TEST() local
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DDataBuffer.h68 static bool classof(const DataBuffer *data_buffer) { in classof()
121 static bool classof(const DataBuffer *data_buffer) { in classof()
141 static bool classof(const DataBuffer *data_buffer) { in classof()
H A DDataBufferLLVM.h40 static bool classof(const DataBuffer *data_buffer) { in classof()
66 static bool classof(const DataBuffer *data_buffer) { in classof()
H A DDataBufferHeap.h112 static bool classof(const DataBuffer *data_buffer) { in classof()
/llvm-project-15.0.7/lldb/source/Utility/
H A DDataBufferHeap.cpp29 DataBufferHeap::DataBufferHeap(const DataBuffer &data_buffer) : m_data() { in DataBufferHeap()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp540 if (DataBufferSP data_buffer = in ReadAllRegisterValues() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp584 uint8_t *data_buffer = (uint8_t *)buf; in DoReadMemory() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2646 WritableDataBuffer *data_buffer = in ApplyRelocations() local
2675 WritableDataBuffer *data_buffer = in ApplyRelocations() local