Searched refs:CallArgument (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h35 llvm::ArrayRef<ABI::CallArgument> args,
H A DABI.h28 struct CallArgument { struct in class:lldb_private::ABI
63 llvm::ArrayRef<CallArgument> args) const;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h35 CallArgument, member in class:__xray::RecordKinds
H A Dxray_fdr_log_writer.h151 createMetadataRecord<MetadataRecord::RecordKinds::CallArgument>(Arg);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp25 llvm::Type &return_type, llvm::ArrayRef<ABI::CallArgument> args,
H A DABI.cpp170 llvm::ArrayRef<ABI::CallArgument> args) const {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.h35 llvm::ArrayRef<ABI::CallArgument> args) const override;
H A DABISysV_arc.cpp176 size_t TotalArgsSizeInWords(const llvm::ArrayRef<ABI::CallArgument> &args) {
180 (ABI::CallArgument::TargetValue == arg.type ? AugmentArgSize(arg.size)
197 llvm::ArrayRef<ABI::CallArgument> args) const {
225 if (arg.type == ABI::CallArgument::TargetValue)
257 ABI::CallArgument::TargetValue == arg.type ? arg.size : reg_size;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.h32 llvm::ArrayRef<ABI::CallArgument> args) const override;
H A DABISysV_hexagon.cpp1064 llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const {
1094 const ABI::CallArgument &arg = args[i];
1096 if (arg.type == ABI::CallArgument::TargetValue)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1405 static lldb_private::ABI::CallArgument rawArgs[16];
1455 rawArgs[i].type = lldb_private::ABI::CallArgument::HostPointer;
1458 rawArgs[i].type = lldb_private::ABI::CallArgument::TargetValue;
1467 llvm::ArrayRef<lldb_private::ABI::CallArgument> args(rawArgs, numArgs);

Completed in 147 milliseconds