Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Utility/
H A DDataBuffer.h57 const uint8_t *GetBytes() const { return GetBytesImpl(); } in GetBytes() function
108 uint8_t *GetBytes() { return const_cast<uint8_t *>(GetBytesImpl()); } in GetBytes() function
H A DUUID.h66 llvm::ArrayRef<uint8_t> GetBytes() const { return m_bytes; } in GetBytes() function
/llvm-project/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp42 size_t GetBytes() const { return m_bytes; } in GetBytes() function in __anon2c98e6df0111::ReturnInfo
/llvm-project/lldb/source/Utility/
H A DEvent.cpp134 const void *EventDataBytes::GetBytes() const { GetBytes() function in EventDataBytes
H A DRegisterValue.cpp668 const void *RegisterValue::GetBytes() const { GetBytes() function in RegisterValue
H A DScalar.cpp114 void Scalar::GetBytes(llvm::MutableArrayRef<uint8_t> storage) const { in GetBytes() function in Scalar
/llvm-project/llvm/unittests/Support/
H A DDataExtractorTest.cpp373 TEST(DataExtractorTest, GetBytes) { in TEST() argument
/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp47 const uint8_t *GetBytes() const { return m_data; } in GetBytes() function in DecodedCharBuffer
/llvm-project/lldb/unittests/Utility/
H A DScalarTest.cpp128 TEST(ScalarTest, GetBytes) { in TEST() argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp314 llvm::ArrayRef<uint8_t> PythonBytes::GetBytes() const { GetBytes() function in PythonBytes
359 llvm::ArrayRef<uint8_t> PythonByteArray::GetBytes() const { GetBytes() function in PythonByteArray
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp318 static uint32_t GetBytes(uint32_t bits) { return bits / sizeof(unsigned); } GetBytes() function