Home
last modified time | relevance | path

Searched defs:byte_order (Results 1 – 25 of 45) sorted by relevance

12

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDStream.cpp22 Stream::Stream (uint32_t flags, uint32_t addr_size, ByteOrder byte_order) : in Stream()
46 Stream::SetByteOrder (ByteOrder byte_order) in SetByteOrder()
552 Stream::PutHex16 (uint16_t uvalue, ByteOrder byte_order) in PutHex16()
573 Stream::PutHex32(uint32_t uvalue, ByteOrder byte_order) in PutHex32()
594 Stream::PutHex64(uint64_t uvalue, ByteOrder byte_order) in PutHex64()
619 lldb::ByteOrder byte_order in PutMaxHex64()
639 Stream::PutFloat(float f, ByteOrder byte_order) in PutFloat()
648 Stream::PutDouble(double d, ByteOrder byte_order) in PutDouble()
657 Stream::PutLongDouble(long double ld, ByteOrder byte_order) in PutLongDouble()
HDStreamGDBRemote.cpp21 StreamGDBRemote::StreamGDBRemote(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) : in StreamGDBRemote()
HDStreamFile.cpp32 StreamFile::StreamFile (uint32_t flags, uint32_t addr_size, ByteOrder byte_order) : in StreamFile()
HDStreamString.cpp21 StreamString::StreamString(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) : in StreamString()
HDValueObjectConstResult.cpp34 ByteOrder byte_order, in Create()
45 ByteOrder byte_order, in ValueObjectConstResult()
HDAddress.cpp45 …ssSize (ExecutionContextScope *exe_scope, const Address &address, ByteOrder& byte_order, uint32_t&… in GetByteOrderAndAddressSize()
85 ByteOrder byte_order = eByteOrderInvalid; in ReadUIntMax64() local
149 ByteOrder byte_order = eByteOrderInvalid; in DumpUInt() local
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDRegisterContextPOSIXProcessMonitor_x86.cpp149 ByteOrder byte_order = GetByteOrder(); in WriteRegister() local
233 ByteOrder byte_order = GetByteOrder(); in ReadRegister() local
360 ByteOrder byte_order = GetByteOrder(); in ReadAllRegisterValues() local
400 ByteOrder byte_order = GetByteOrder(); in WriteAllRegisterValues() local
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDStreamBuffer.h33 lldb::ByteOrder byte_order) : in StreamBuffer()
HDValue.h62 lldb::ByteOrder byte_order; member
225 SetVectorBytes(uint8_t *bytes, size_t length, lldb::ByteOrder byte_order) in SetVectorBytes()
HDRegisterValue.h112 RegisterValue (uint8_t *bytes, size_t length, lldb::ByteOrder byte_order) in RegisterValue()
405 lldb::ByteOrder byte_order; member
HDDataEncoder.h400 SetByteOrder (lldb::ByteOrder byte_order) in SetByteOrder()
HDDataExtractor.h1247 SetByteOrder (lldb::ByteOrder byte_order) in SetByteOrder()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextPOSIX_x86.cpp568 lldb::ByteOrder byte_order = eByteOrderInvalid; in GetByteOrder() local
577 bool RegisterContextPOSIX_x86::CopyYMMtoXSTATE(uint32_t reg, lldb::ByteOrder byte_order) in CopyYMMtoXSTATE()
607 bool RegisterContextPOSIX_x86::CopyXSTATEtoYMM(uint32_t reg, lldb::ByteOrder byte_order) in CopyXSTATEtoYMM()
HDRegisterContextPOSIX_mips64.cpp202 lldb::ByteOrder byte_order = eByteOrderInvalid; in GetByteOrder() local
HDRegisterContextPOSIX_arm.cpp253 lldb::ByteOrder byte_order = lldb::eByteOrderInvalid; in GetByteOrder() local
HDRegisterContextPOSIX_arm64.cpp269 lldb::ByteOrder byte_order = lldb::eByteOrderInvalid; in GetByteOrder() local
HDRegisterContextPOSIX_powerpc.cpp284 lldb::ByteOrder byte_order = eByteOrderInvalid; in GetByteOrder() local
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangPersistentVariables.cpp38 lldb::ByteOrder byte_order, in CreatePersistentVariable()
HDClangExpressionVariable.cpp23 …ble::ClangExpressionVariable(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_… in ClangExpressionVariable()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
HDABISysV_arm64.cpp701 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in LoadValueFromConsecutiveGPRRegisters() local
886 … const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in GetReturnValueObjectImpl() local
1003 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in GetReturnValueObjectImpl() local
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
HDABIMacOSX_arm64.cpp724 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in LoadValueFromConsecutiveGPRRegisters() local
914 … const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in GetReturnValueObjectImpl() local
1031 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in GetReturnValueObjectImpl() local
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangExpressionVariable.h399 …CreateVariable (ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_s… in CreateVariable()
418 lldb::ByteOrder byte_order, in CreateVariable()
HDClangExpressionDeclMap.h329 lldb::ByteOrder byte_order; member
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDNativeRegisterContext.cpp424 lldb::ByteOrder byte_order; in ReadRegisterValueFromMemory() local
460 lldb::ByteOrder byte_order; in WriteRegisterValueToMemory() local
/NextBSD/contrib/gdb/gdb/
HDarch-utils.c160 int byte_order = gdbarch_byte_order (gdbarch); in default_float_format() local
177 int byte_order = gdbarch_byte_order (gdbarch); in default_double_format() local

12