Home
last modified time | relevance | path

Searched defs:GetBytes (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DDataBufferLLVM.cpp26 uint8_t *DataBufferLLVM::GetBytes() { in GetBytes() function in DataBufferLLVM
30 const uint8_t *DataBufferLLVM::GetBytes() const { in GetBytes() function in DataBufferLLVM
DDataBufferHeap.cpp34 uint8_t *DataBufferHeap::GetBytes() { in GetBytes() function in DataBufferHeap
40 const uint8_t *DataBufferHeap::GetBytes() const { in GetBytes() function in DataBufferHeap
DEvent.cpp138 const void *EventDataBytes::GetBytes() const { in GetBytes() function in EventDataBytes
DRegisterValue.cpp693 const void *RegisterValue::GetBytes() const { in GetBytes() function in RegisterValue
DScalar.cpp113 void Scalar::GetBytes(llvm::MutableArrayRef<uint8_t> storage) const { in GetBytes() function in Scalar
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DDataBuffer.h87 uint8_t *GetBytes() override { return m_bytes; } in GetBytes() function
88 const uint8_t *GetBytes() const override { return m_bytes; } in GetBytes() function
DUUID.h76 llvm::ArrayRef<uint8_t> GetBytes() const { return m_bytes; } in GetBytes() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp47 const uint8_t *GetBytes() const { return m_data; } in GetBytes() function in DecodedCharBuffer
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp300 llvm::ArrayRef<uint8_t> PythonBytes::GetBytes() const { in GetBytes() function in PythonBytes
345 llvm::ArrayRef<uint8_t> PythonByteArray::GetBytes() const { in GetBytes() function in PythonByteArray