Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDDataBuffer.h57 const uint8_t *GetBytes() const { return GetBytesImpl(); } in GetBytes() function
108 uint8_t *GetBytes() { return const_cast<uint8_t *>(GetBytesImpl()); } in GetBytes() function
HDUUID.h66 llvm::ArrayRef<uint8_t> GetBytes() const { return m_bytes; } in GetBytes() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDEvent.cpp140 const void *EventDataBytes::GetBytes() const { in GetBytes() function in EventDataBytes
HDRegisterValue.cpp668 const void *RegisterValue::GetBytes() const { in GetBytes() function in RegisterValue
HDScalar.cpp114 void Scalar::GetBytes(llvm::MutableArrayRef<uint8_t> storage) const { in GetBytes() function in Scalar
/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDStringPrinter.cpp47 const uint8_t *GetBytes() const { return m_data; } in GetBytes() function in DecodedCharBuffer
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonDataObjects.cpp314 llvm::ArrayRef<uint8_t> PythonBytes::GetBytes() const { in GetBytes() function in PythonBytes
359 llvm::ArrayRef<uint8_t> PythonByteArray::GetBytes() const { in GetBytes() function in PythonByteArray
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
HDSymbolFileCTF.cpp318 static uint32_t GetBytes(uint32_t bits) { return bits / sizeof(unsigned); } in GetBytes() function