Searched refs:shouldPassIndirectlyForSwift (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | ABIInfo.h | 135 virtual bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> types,
|
| H A D | SwiftCallingConv.cpp | 633 return getSwiftABIInfo(CGM).shouldPassIndirectlyForSwift( in shouldPassIndirectly() 643 return getSwiftABIInfo(CGM).shouldPassIndirectlyForSwift(componentTys, in shouldPassIndirectly() 650 return getSwiftABIInfo(CGM).shouldPassIndirectlyForSwift(componentTys, in shouldPassIndirectly()
|
| H A D | TargetInfo.cpp | 806 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon6bad40bc0111::WebAssemblyABIInfo 1176 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon6bad40bc0111::X86_32ABIInfo 2370 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon6bad40bc0211::X86_64ABIInfo 2402 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type *> scalars, in shouldPassIndirectlyForSwift() function in __anon6bad40bc0211::WinX86_64ABIInfo 4930 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon6bad40bc0511::PPC64_SVR4_ABIInfo 5461 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon6bad40bc0611::AArch64ABIInfo 6252 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon6bad40bc0711::ARMABIInfo 7242 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon6bad40bc0b11::SystemZABIInfo
|