Searched defs:byte_order (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DStreamFile.cpp32 StreamFile::StreamFile (uint32_t flags, uint32_t addr_size, ByteOrder byte_order) : argument
H A DStreamGDBRemote.cpp21 StreamGDBRemote::StreamGDBRemote(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) : argument
H A DStreamString.cpp21 StreamString::StreamString(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) : argument
H A DValueObjectConstResult.cpp33 Create(ExecutionContextScope *exe_scope, ByteOrder byte_order, uint32_t addr_byte_size, lldb::addr_t address) argument
44 ValueObjectConstResult(ExecutionContextScope *exe_scope, ByteOrder byte_order, uint32_t addr_byte_size, lldb::addr_t address) argument
H A DRegisterValue.cpp1035 RegisterValue::SetBytes (const void *bytes, size_t length, lldb::ByteOrder byte_order) argument
[all...]
H A DAddress.cpp45 GetByteOrderAndAddressSize (ExecutionContextScope *exe_scope, const Address &address, ByteOrder& byte_order, uint32_t& addr_size) argument
85 ByteOrder byte_order = eByteOrderInvalid; local
149 ByteOrder byte_order local
[all...]
H A DStream.cpp22 Stream::Stream (uint32_t flags, uint32_t addr_size, ByteOrder byte_order) : argument
46 Stream::SetByteOrder (ByteOrder byte_order) argument
552 Stream::PutHex16 (uint16_t uvalue, ByteOrder byte_order) argument
573 Stream::PutHex32(uint32_t uvalue, ByteOrder byte_order) argument
594 PutHex64(uint64_t uvalue, ByteOrder byte_order) argument
639 PutFloat(float f, ByteOrder byte_order) argument
648 PutDouble(double d, ByteOrder byte_order) argument
657 PutLongDouble(long double ld, ByteOrder byte_order) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangPersistentVariables.cpp35 CreatePersistentVariable(ExecutionContextScope *exe_scope, const ConstString &name, const TypeFromUser& user_type, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
H A DClangExpressionVariable.cpp28 ClangExpressionVariable::ClangExpressionVariable(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_size) : argument
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStreamBuffer.h31 StreamBuffer(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order) argument
H A DDataEncoder.h400 SetByteOrder (lldb::ByteOrder byte_order) argument
[all...]
H A DDataExtractor.h1234 SetByteOrder (lldb::ByteOrder byte_order) argument
[all...]
H A DRegisterValue.h112 RegisterValue (uint8_t *bytes, size_t length, lldb::ByteOrder byte_order) argument
399 lldb::ByteOrder byte_order; member in struct:lldb_private::RegisterValue::__anon3693::__anon3694
H A DValue.h62 lldb::ByteOrder byte_order; member in struct:lldb_private::Value::Vector
87 SetBytes(const void *bytes, size_t length, lldb::ByteOrder byte_order) argument
219 SetVectorBytes(uint8_t *bytes, size_t length, lldb::ByteOrder byte_order) argument
[all...]
H A DArchSpec.h330 SetByteOrder (lldb::ByteOrder byte_order) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangExpressionDeclMap.h326 lldb::ByteOrder byte_order; member in struct:lldb_private::ClangExpressionDeclMap::TargetInfo
H A DClangExpressionVariable.h394 CreateVariable (ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
410 CreateVariable(ExecutionContextScope *exe_scope, const ConstString &name, const TypeFromUser& user_type, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp42 DynamicRegisterInfo::DynamicRegisterInfo (const lldb_private::PythonDictionary &dict, ByteOrder byte_order) : argument
61 SetRegisterInfo(const lldb_private::PythonDictionary &dict, ByteOrder byte_order) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp97 ByteOrder byte_order = GetByteOrder(); local
H A DRegisterContextPOSIXProcessMonitor_x86.cpp147 ByteOrder byte_order = GetByteOrder(); local
231 ByteOrder byte_order = GetByteOrder(); local
358 ByteOrder byte_order = GetByteOrder(); local
398 ByteOrder byte_order = GetByteOrder(); local
[all...]
H A DRegisterContextPOSIX_x86.cpp576 bool RegisterContextPOSIX_x86::CopyYMMtoXSTATE(uint32_t reg, lldb::ByteOrder byte_order) argument
606 bool RegisterContextPOSIX_x86::CopyXSTATEtoYMM(uint32_t reg, lldb::ByteOrder byte_order) argument
/freebsd-10-stable/contrib/gdb/gdb/
H A Darch-utils.c160 int byte_order = gdbarch_byte_order (gdbarch); local
177 int byte_order = gdbarch_byte_order (gdbarch); local
[all...]
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arc.c89 static int byte_order = DEFAULT_BYTE_ORDER; variable
/freebsd-10-stable/contrib/binutils/include/
H A Dieee.h38 unsigned char byte_order; member in struct:ieee_address
/freebsd-10-stable/contrib/gdb/include/
H A Dieee.h38 unsigned char byte_order; member in struct:ieee_address

Completed in 217 milliseconds

12