/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Stream.cpp | 27 Stream::Stream(uint32_t flags, uint32_t addr_size, ByteOrder byte_order, in Stream() 39 ByteOrder Stream::SetByteOrder(ByteOrder byte_order) { in SetByteOrder() 267 size_t Stream::PutHex16(uint16_t uvalue, ByteOrder byte_order) { in PutHex16() 283 size_t Stream::PutHex32(uint32_t uvalue, ByteOrder byte_order) { in PutHex32() 299 size_t Stream::PutHex64(uint64_t uvalue, ByteOrder byte_order) { in PutHex64() 316 lldb::ByteOrder byte_order) { in PutMaxHex64() 335 size_t Stream::PutFloat(float f, ByteOrder byte_order) { in PutFloat() 342 size_t Stream::PutDouble(double d, ByteOrder byte_order) { in PutDouble() 349 size_t Stream::PutLongDouble(long double ld, ByteOrder byte_order) { in PutLongDouble()
|
H A D | GDBRemote.cpp | 23 ByteOrder byte_order) in StreamGDBRemote()
|
H A D | StreamString.cpp | 17 ByteOrder byte_order) in StreamString()
|
H A D | RegisterValue.cpp | 728 lldb::ByteOrder byte_order) { in SetBytes() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionVariable.cpp | 26 ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, in ClangExpressionVariable() 51 const TypeFromUser &user_type, lldb::ByteOrder byte_order, in ClangExpressionVariable()
|
H A D | ClangPersistentVariables.cpp | 42 const CompilerType &compiler_type, lldb::ByteOrder byte_order, in CreatePersistentVariable()
|
H A D | ClangExpressionDeclMap.h | 252 lldb::ByteOrder byte_order = lldb::eByteOrderInvalid; member
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StreamBuffer.h | 23 StreamBuffer(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order) in StreamBuffer()
|
H A D | RegisterValue.h | 87 lldb::ByteOrder byte_order) { in RegisterValue() 275 lldb::ByteOrder byte_order = lldb::eByteOrderInvalid; member
|
H A D | DataExtractor.h | 929 void SetByteOrder(lldb::ByteOrder byte_order) { m_byte_order = byte_order; } in SetByteOrder()
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | DynamicRegisterInfo.cpp | 67 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-src/contrib/llvm-project/lldb/source/Host/common/ |
H A D | StreamFile.cpp | 19 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) in StreamFile()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABISysV_x86_64.cpp | 362 ByteOrder byte_order = data.GetByteOrder(); in SetReturnValueObject() local 510 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local 535 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local 648 ByteOrder byte_order = target->GetArchitecture().GetByteOrder(); in GetReturnValueObjectImpl() local
|
H A D | ABIWindows_x86_64.cpp | 369 ByteOrder byte_order = data.GetByteOrder(); in SetReturnValueObject() local 517 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local 645 ByteOrder byte_order = target->GetArchitecture().GetByteOrder(); in GetReturnValueObjectImpl() local
|
H A D | ABISysV_i386.cpp | 528 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local 553 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABISysV_arm64.cpp | 471 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in LoadValueFromConsecutiveGPRRegisters() local 647 const ByteOrder byte_order = in GetReturnValueObjectImpl() local 745 const ByteOrder byte_order in GetReturnValueObjectImpl() local [all...] |
H A D | ABIMacOSX_arm64.cpp | 496 const ByteOrder byte_order = exe_ctx.GetProcessRef().GetByteOrder(); in LoadValueFromConsecutiveGPRRegisters() local 675 const ByteOrder byte_order = in GetReturnValueObjectImpl() local 775 const ByteOrder byte_order in GetReturnValueObjectImpl() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBLocationToDWARFExpression.cpp | 77 ByteOrder byte_order = architecture.GetByteOrder(); in ConvertPDBLocationToDWARFExpression() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc64.cpp | 363 ByteOrder byte_order = data.GetByteOrder(); in SetReturnValueObject() local 412 ByteOrder byte_order) in Register() argument 419 ByteOrder byte_order) in Register() argument 423 Register(uint32_t offs, RegisterContext *reg_ctx, ByteOrder byte_order) in Register() argument
|
H A D | ABISysV_ppc.cpp | 484 ByteOrder byte_order = data.GetByteOrder(); in SetReturnValueObject() local 621 const ByteOrder byte_order = process_sp->GetByteOrder(); in GetReturnValueObjectSimple() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectConstResult.cpp | 30 ByteOrder byte_order, in Create() argument 41 ByteOrder byte_order, in ValueObjectConstResult() argument
|
H A D | Address.cpp | 80 ByteOrder &byte_order, in GetByteOrderAndAddressSize() argument 115 ByteOrder byte_order = eByteOrderInvalid; in ReadUIntMax64() local 171 ByteOrder byte_order in DumpUInt() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextPOSIX_x86.cpp | 503 lldb::ByteOrder byte_order) { in CopyYMMtoXSTATE() 519 lldb::ByteOrder byte_order) { in CopyXSTATEtoYMM()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV1.cpp | 348 const ByteOrder byte_order = m_process->GetByteOrder(); in UpdateISAToDescriptorMapIfNeeded() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 111 ByteOrder byte_order = architecture.GetByteOrder(); in MakeLocationExpressionInternal() local
|