Home
last modified time | relevance | path

Searched refs:GetArgumentValues (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.h27 bool GetArgumentValues(lldb_private::Thread &thread,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.h28 bool GetArgumentValues(lldb_private::Thread &thread,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h27 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABIMacOSX_i386.cpp798 bool ABIMacOSX_i386::GetArgumentValues(Thread &thread, in GetArgumentValues() function in ABIMacOSX_i386
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.h26 bool GetArgumentValues(lldb_private::Thread &thread,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.h29 bool GetArgumentValues(lldb_private::Thread &thread,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.h27 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_mips.cpp702 bool ABISysV_mips::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues() function in ABISysV_mips
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.h27 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_ppc.cpp342 bool ABISysV_ppc::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues() function in ABISysV_ppc
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h26 bool GetArgumentValues(lldb_private::Thread &thread,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.h27 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_mips64.cpp665 bool ABISysV_mips64::GetArgumentValues(Thread &thread, in GetArgumentValues() function in ABISysV_mips64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.h27 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_ppc64.cpp235 bool ABISysV_ppc64::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues() function in ABISysV_ppc64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h27 bool GetArgumentValues(lldb_private::Thread &thread,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.h27 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_s390x.cpp329 bool ABISysV_s390x::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues() function in ABISysV_s390x
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DFunctionCaller.h329 ValueList GetArgumentValues() const { return m_arg_values; } in GetArgumentValues() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.h35 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_hexagon.cpp1186 bool ABISysV_hexagon::GetArgumentValues(Thread &thread, in GetArgumentValues() function in ABISysV_hexagon
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DABI.h66 virtual bool GetArgumentValues(Thread &thread, ValueList &values) const = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanTracer.cpp197 if (abi->GetArgumentValues(m_thread, value_list)) { in Log()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp536 abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values); in RefreshTrampolines()
928 bool success = abi->GetArgumentValues(thread, argument_values); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp1370 arguments = get_class_info_function->GetArgumentValues(); in UpdateISAToDescriptorMapDynamic()
1621 arguments = get_shared_cache_class_info_function->GetArgumentValues(); in UpdateISAToDescriptorMapSharedCache()
2624 if (!abi->GetArgumentValues(*thread_sp, args)) return; in ObjCExceptionRecognizedStackFrame()

12