Searched refs:target_byte_order (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ABI/Mips/ |
D | ABISysV_mips64.cpp | 754 ByteOrder target_byte_order = target_arch.GetByteOrder(); in GetReturnValueObjectImpl() local 829 if (target_byte_order == eByteOrderLittle) { in GetReturnValueObjectImpl() 869 data_sp, target_byte_order, in GetReturnValueObjectImpl() 872 if (target_byte_order == eByteOrderLittle) { in GetReturnValueObjectImpl() 875 0, 8, data_sp->GetBytes(), *byte_size - 8, target_byte_order); in GetReturnValueObjectImpl() 880 target_byte_order); in GetReturnValueObjectImpl() 885 target_byte_order); in GetReturnValueObjectImpl() 889 0, 8, data_sp->GetBytes(), *byte_size - 8, target_byte_order); in GetReturnValueObjectImpl() 908 DataExtractor return_ext(data_sp, target_byte_order, in GetReturnValueObjectImpl() 979 if (target_byte_order == eByteOrderLittle) { in GetReturnValueObjectImpl() [all …]
|
D | ABISysV_mips.cpp | 793 ByteOrder target_byte_order = target_arch.GetByteOrder(); in GetReturnValueObjectImpl() local 882 if (target_byte_order == eByteOrderLittle) in GetReturnValueObjectImpl() 915 data_sp, target_byte_order, in GetReturnValueObjectImpl() 918 if (target_byte_order == eByteOrderLittle) { in GetReturnValueObjectImpl() 921 offset, 4, data_sp->GetBytes(), 4, target_byte_order); in GetReturnValueObjectImpl() 925 offset, 4, data_sp->GetBytes() + 4, 4, target_byte_order); in GetReturnValueObjectImpl() 929 offset, 4, data_sp->GetBytes() + 4, 4, target_byte_order); in GetReturnValueObjectImpl() 933 offset, 4, data_sp->GetBytes(), 4, target_byte_order); in GetReturnValueObjectImpl()
|
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
D | ABISysV_ppc.cpp | 668 ByteOrder target_byte_order = target->GetArchitecture().GetByteOrder(); in GetReturnValueObjectImpl() local 670 DataExtractor return_ext(data_sp, target_byte_order, in GetReturnValueObjectImpl() 836 target_byte_order); in GetReturnValueObjectImpl()
|