Home
last modified time | relevance | path

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

/llvm-project/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/lldb/include/lldb/Utility/
H A DDataBuffer.h67 static bool classof(const DataBuffer *data_buffer) { in classof()
120 static bool classof(const DataBuffer *data_buffer) { in classof()
140 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/lldb/source/Utility/
H A DDataBufferHeap.cpp29 DataBufferHeap::DataBufferHeap(const DataBuffer &data_buffer) : m_data() { in DataBufferHeap()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp538 if (DataBufferSP data_buffer = in ReadAllRegisterValues() local
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2698 WritableDataBuffer *data_buffer = ApplyELF64ABS64Relocation() local
2725 WritableDataBuffer *data_buffer = ApplyELF64ABS32Relocation() local
2749 WritableDataBuffer *data_buffer = ApplyELF32ABS32RelRelocation() local
2826 WritableDataBuffer *data_buffer = ApplyRelocations() local
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp584 uint8_t *data_buffer = (uint8_t *)buf; in DoReadMemory() local