Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.h28 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABIMacOSX_i386.h26 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_x86_64.h25 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABIWindows_x86_64.h25 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABIMacOSX_i386.cpp139 bool ABIMacOSX_i386::GetArgumentValues(Thread &thread, in GetArgumentValues() function in ABIMacOSX_i386
H A DABISysV_i386.cpp161 bool ABISysV_i386::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues() function in ABISysV_i386
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.h27 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_arm64.h26 bool GetArgumentValues(lldb_private::Thread &thread,
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.h25 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_arm.h25 bool GetArgumentValues(lldb_private::Thread &thread,
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.h26 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_ppc64.h26 bool GetArgumentValues(lldb_private::Thread &thread,
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.h26 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_mips.h26 bool GetArgumentValues(lldb_private::Thread &thread,
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h26 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_s390x.cpp309 bool ABISysV_s390x::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues() function in ABISysV_s390x
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.h34 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_hexagon.cpp1087 bool ABISysV_hexagon::GetArgumentValues(Thread &thread, in GetArgumentValues() function in ABISysV_hexagon
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DFunctionCaller.h286 ValueList GetArgumentValues() const { return m_arg_values; } in GetArgumentValues() function
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h37 bool GetArgumentValues(lldb_private::Thread &thread,
H A DABISysV_arc.cpp307 bool ABISysV_arc::GetArgumentValues(Thread &thread, ValueList &values) const { in GetArgumentValues() function in ABISysV_arc
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DABI.h66 virtual bool GetArgumentValues(Thread &thread, ValueList &values) const = 0;
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanTracer.cpp199 if (abi->GetArgumentValues(GetThread(), value_list)) { in Log()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp436 abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values); in RefreshTrampolines()
909 bool success = abi->GetArgumentValues(thread, argument_values); in GetStepThroughDispatchPlan()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp302 if (abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values)) { in NotifyBreakpointHit()

12