/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABIWindows_x86_64.h | 84 GetReturnValueObjectSimple(lldb_private::Thread &thread,
|
D | ABISysV_x86_64.h | 91 GetReturnValueObjectSimple(lldb_private::Thread &thread,
|
D | ABISysV_i386.h | 94 GetReturnValueObjectSimple(lldb_private::Thread &thread,
|
D | ABISysV_i386.cpp | 351 ValueObjectSP ABISysV_i386::GetReturnValueObjectSimple( in GetReturnValueObjectSimple() function in ABISysV_i386 595 return_valobj_sp = GetReturnValueObjectSimple(thread, return_compiler_type); in GetReturnValueObjectImpl()
|
D | ABIWindows_x86_64.cpp | 395 ValueObjectSP ABIWindows_x86_64::GetReturnValueObjectSimple( in GetReturnValueObjectSimple() function in ABIWindows_x86_64 603 return_valobj_sp = GetReturnValueObjectSimple(thread, return_compiler_type); in GetReturnValueObjectImpl()
|
D | ABISysV_x86_64.cpp | 385 ValueObjectSP ABISysV_x86_64::GetReturnValueObjectSimple( in GetReturnValueObjectSimple() function in ABISysV_x86_64 624 return_valobj_sp = GetReturnValueObjectSimple(thread, return_compiler_type); in GetReturnValueObjectImpl()
|
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
D | ABISysV_ppc.h | 93 GetReturnValueObjectSimple(lldb_private::Thread &thread,
|
D | ABISysV_ppc64.h | 93 GetReturnValueObjectSimple(lldb_private::Thread &thread,
|
D | ABISysV_ppc.cpp | 506 ValueObjectSP ABISysV_ppc::GetReturnValueObjectSimple( in GetReturnValueObjectSimple() function in ABISysV_ppc 653 return_valobj_sp = GetReturnValueObjectSimple(thread, return_compiler_type); in GetReturnValueObjectImpl()
|
D | ABISysV_ppc64.cpp | 930 ABISysV_ppc64::GetReturnValueObjectSimple(Thread &thread, in GetReturnValueObjectSimple() function in ABISysV_ppc64 948 return GetReturnValueObjectSimple(thread, return_compiler_type); in GetReturnValueObjectImpl()
|
/external/llvm-project/lldb/source/Plugins/ABI/Mips/ |
D | ABISysV_mips.h | 84 GetReturnValueObjectSimple(lldb_private::Thread &thread,
|
D | ABISysV_mips64.h | 97 GetReturnValueObjectSimple(lldb_private::Thread &thread,
|
D | ABISysV_mips.cpp | 773 ValueObjectSP ABISysV_mips::GetReturnValueObjectSimple( in GetReturnValueObjectSimple() function in ABISysV_mips
|
D | ABISysV_mips64.cpp | 730 ValueObjectSP ABISysV_mips64::GetReturnValueObjectSimple( in GetReturnValueObjectSimple() function in ABISysV_mips64
|
/external/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
D | ABISysV_s390x.h | 85 GetReturnValueObjectSimple(lldb_private::Thread &thread,
|
D | ABISysV_s390x.cpp | 473 ValueObjectSP ABISysV_s390x::GetReturnValueObjectSimple( in GetReturnValueObjectSimple() function in ABISysV_s390x 590 return_valobj_sp = GetReturnValueObjectSimple(thread, return_compiler_type); in GetReturnValueObjectImpl()
|
/external/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
D | ABISysV_hexagon.h | 94 GetReturnValueObjectSimple(lldb_private::Thread &thread,
|
D | ABISysV_hexagon.cpp | 1183 ValueObjectSP ABISysV_hexagon::GetReturnValueObjectSimple( in GetReturnValueObjectSimple() function in ABISysV_hexagon
|
/external/llvm-project/lldb/source/Plugins/ABI/ARC/ |
D | ABISysV_arc.h | 95 GetReturnValueObjectSimple(lldb_private::Thread &thread,
|
D | ABISysV_arc.cpp | 447 ABISysV_arc::GetReturnValueObjectSimple(Thread &thread, in GetReturnValueObjectSimple() function in ABISysV_arc 509 return GetReturnValueObjectSimple(thread, return_compiler_type); in GetReturnValueObjectImpl()
|