Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp25 Stream(uint32_t flags,uint32_t addr_size,ByteOrder byte_order,bool colors) Stream() argument
37 SetByteOrder(ByteOrder byte_order) SetByteOrder() argument
240 PutHex16(uint16_t uvalue,ByteOrder byte_order) PutHex16() argument
256 PutHex32(uint32_t uvalue,ByteOrder byte_order) PutHex32() argument
272 PutHex64(uint64_t uvalue,ByteOrder byte_order) PutHex64() argument
289 PutMaxHex64(uint64_t uvalue,size_t byte_size,lldb::ByteOrder byte_order) PutMaxHex64() argument
308 PutFloat(float f,ByteOrder byte_order) PutFloat() argument
315 PutDouble(double d,ByteOrder byte_order) PutDouble() argument
322 PutLongDouble(long double ld,ByteOrder byte_order) PutLongDouble() argument
[all...]
H A DGDBRemote.cpp23 ByteOrder byte_order) in StreamGDBRemote()
H A DStreamString.cpp17 ByteOrder byte_order) in StreamString() argument
H A DRegisterValue.cpp729 lldb::ByteOrder byte_order) { in SetBytes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp26 ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, in ClangExpressionVariable()
51 const TypeFromUser &user_type, lldb::ByteOrder byte_order, in ClangExpressionVariable()
H A DClangPersistentVariables.cpp42 const CompilerType &compiler_type, lldb::ByteOrder byte_order, in CreatePersistentVariable()
H A DClangExpressionDeclMap.h252 lldb::ByteOrder byte_order = lldb::eByteOrderInvalid; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamBuffer.h
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp67 uint32_t index, llvm::StringRef slice_str, lldb::ByteOrder byte_order) { in ByteOffsetFromSlice()
138 lldb::ByteOrder byte_order) { in ByteOffsetFromComposite()
178 lldb::ByteOrder byte_order) { in ByteOffsetFromRegInfoDict()
227 const ByteOrder byte_order = arch.GetByteOrder(); in SetRegisterInfo() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h85 RegisterValue(llvm::ArrayRef<uint8_t> bytes,lldb::ByteOrder byte_order) RegisterValue() argument
273 lldb::ByteOrder byte_order = lldb::eByteOrderInvalid; global() member
H A DDataExtractor.h929 void SetByteOrder(lldb::ByteOrder byte_order) { m_byte_order = byte_order; } in SetByteOrder()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStreamFile.cpp
H A DAddress.cpp80 ByteOrder &byte_order, in GetByteOrderAndAddressSize()
115 ByteOrder byte_order = eByteOrderInvalid; in ReadUIntMax64() local
170 ByteOrder byte_order = eByteOrderInvalid; in DumpUInt() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp366 ByteOrder byte_order = data.GetByteOrder(); in SetReturnValueObject() local
515 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local
540 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local
654 ByteOrder byte_order = target->GetArchitecture().GetByteOrder(); in GetReturnValueObjectImpl() local
H A DABIWindows_x86_64.cpp371 ByteOrder byte_order = data.GetByteOrder(); in SetReturnValueObject() local
520 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local
649 ByteOrder byte_order = target->GetArchitecture().GetByteOrder(); in GetReturnValueObjectImpl() local
H A DABISysV_i386.cpp533 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local
558 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp447 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in LoadValueFromConsecutiveGPRRegisters() local
627 const ByteOrder byte_order = in GetReturnValueObjectImpl() local
727 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in GetReturnValueObjectImpl() local
H A DABISysV_arm64.cpp491 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in LoadValueFromConsecutiveGPRRegisters() local
668 const ByteOrder byte_order = in GetReturnValueObjectImpl() local
766 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in GetReturnValueObjectImpl() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp365 ByteOrder byte_order = data.GetByteOrder(); in SetReturnValueObject() local
415 ByteOrder byte_order) in Register()
422 ByteOrder byte_order) in Register()
426 Register(uint32_t offs, RegisterContext *reg_ctx, ByteOrder byte_order) in Register()
H A DABISysV_ppc.cpp480 ByteOrder byte_order = data.GetByteOrder(); in SetReturnValueObject() local
618 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp77 ByteOrder byte_order = architecture.GetByteOrder(); in ConvertPDBLocationToDWARFExpression() local
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResult.cpp30 ByteOrder byte_order, in Create()
41 ByteOrder byte_order, in ValueObjectConstResult()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.cpp503 lldb::ByteOrder byte_order) { in CopyYMMtoXSTATE()
519 lldb::ByteOrder byte_order) { in CopyXSTATEtoYMM()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp348 const ByteOrder byte_order = m_process->GetByteOrder(); in UpdateISAToDescriptorMapIfNeeded() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp111 ByteOrder byte_order = architecture.GetByteOrder(); in MakeLocationExpressionInternal() local

12