Home
last modified time | relevance | path

Searched refs:return_ext (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ABI/Mips/
DABISysV_mips64.cpp868 DataExtractor return_ext( in GetReturnValueObjectImpl() local
893 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl()
908 DataExtractor return_ext(data_sp, target_byte_order, in GetReturnValueObjectImpl() local
1020 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl()
1115 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl()
DABISysV_mips.cpp914 DataExtractor return_ext( in GetReturnValueObjectImpl() local
935 value.GetScalar() = (double)return_ext.GetDouble(&offset); in GetReturnValueObjectImpl()
/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABIWindows_x86_64.cpp646 DataExtractor return_ext(data_sp, byte_order, in GetReturnValueObjectImpl() local
708 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl()
DABISysV_x86_64.cpp648 DataExtractor return_ext(data_sp, byte_order, in GetReturnValueObjectImpl() local
826 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl()
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp670 DataExtractor return_ext(data_sp, target_byte_order, in GetReturnValueObjectImpl() local
843 &thread, return_compiler_type, ConstString(""), return_ext); in GetReturnValueObjectImpl()