Home
last modified time | relevance | path

Searched refs:GetReturnValueObjectImpl (Results 1 – 8 of 8) sorted by relevance

/external/lldb/include/lldb/Target/
DABI.h62 GetReturnValueObjectImpl (Thread &thread,
/external/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.h49 GetReturnValueObjectImpl (lldb_private::Thread &thread,
DABIMacOSX_arm.cpp421 ABIMacOSX_arm::GetReturnValueObjectImpl (Thread &thread, in GetReturnValueObjectImpl() function in ABIMacOSX_arm
/external/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.h58 GetReturnValueObjectImpl (lldb_private::Thread &thread,
DABISysV_x86_64.cpp820 ABISysV_x86_64::GetReturnValueObjectImpl (Thread &thread, ClangASTType &return_clang_type) const in GetReturnValueObjectImpl() function in ABISysV_x86_64
/external/lldb/source/Plugins/ABI/MacOSX-i386/
DABIMacOSX_i386.h59 GetReturnValueObjectImpl (lldb_private::Thread &thread,
DABIMacOSX_i386.cpp743 ABIMacOSX_i386::GetReturnValueObjectImpl (Thread &thread, in GetReturnValueObjectImpl() function in ABIMacOSX_i386
/external/lldb/source/Target/
DABI.cpp116 return_valobj_sp = GetReturnValueObjectImpl(thread, ast_type); in GetReturnValueObject()