Searched refs:shouldPassIndirectlyForSwift (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | ABIInfo.h | 132 virtual bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> types,
|
| H A D | SwiftCallingConv.cpp | 634 return getSwiftABIInfo(CGM).shouldPassIndirectlyForSwift( in shouldPassIndirectly() 644 return getSwiftABIInfo(CGM).shouldPassIndirectlyForSwift(componentTys, in shouldPassIndirectly() 651 return getSwiftABIInfo(CGM).shouldPassIndirectlyForSwift(componentTys, in shouldPassIndirectly()
|
| H A D | TargetInfo.cpp | 849 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon8ad051810111::WebAssemblyABIInfo 1221 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon8ad051810111::X86_32ABIInfo 2428 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon8ad051810211::X86_64ABIInfo 2460 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type *> scalars, in shouldPassIndirectlyForSwift() function in __anon8ad051810211::WinX86_64ABIInfo 5045 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon8ad051810511::PPC64_SVR4_ABIInfo 5557 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon8ad051810711::AArch64ABIInfo 6374 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon8ad051810811::ARMABIInfo 7411 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon8ad051810c11::SystemZABIInfo
|