Searched refs:return_ext (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips64.cpp | 831 DataExtractor return_ext( in GetReturnValueObjectImpl() local 856 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl() 871 DataExtractor return_ext(data_sp, target_byte_order, in GetReturnValueObjectImpl() local 983 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl() 1078 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl()
|
| H A D | ABISysV_mips.cpp | 877 DataExtractor return_ext( in GetReturnValueObjectImpl() local 898 value.GetScalar() = (double)return_ext.GetDouble(&offset); in GetReturnValueObjectImpl()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIWindows_x86_64.cpp | 647 DataExtractor return_ext(data_sp, byte_order, in GetReturnValueObjectImpl() local 709 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl()
|
| H A D | ABISysV_x86_64.cpp | 649 DataExtractor return_ext(data_sp, byte_order, in GetReturnValueObjectImpl() local 827 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 670 DataExtractor return_ext(data_sp, target_byte_order, in GetReturnValueObjectImpl() local 838 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl()
|