Searched refs:shouldPassIndirectlyForSwift (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | ABIInfo.h | 137 virtual bool shouldPassIndirectlyForSwift(CharUnits totalSize,
|
D | SwiftCallingConv.cpp | 580 return getSwiftABIInfo(CGM).shouldPassIndirectlyForSwift(totalSize, in shouldPassIndirectly() 590 return getSwiftABIInfo(CGM).shouldPassIndirectlyForSwift(totalSize, in shouldPassIndirectly()
|
D | TargetInfo.cpp | 954 bool shouldPassIndirectlyForSwift(CharUnits totalSize, in shouldPassIndirectlyForSwift() function in __anona890a3f30111::X86_32ABIInfo 2000 bool shouldPassIndirectlyForSwift(CharUnits totalSize, in shouldPassIndirectlyForSwift() function in __anona890a3f30211::X86_64ABIInfo 4493 bool shouldPassIndirectlyForSwift(CharUnits totalSize, in shouldPassIndirectlyForSwift() function in __anona890a3f30511::AArch64ABIInfo 5046 bool shouldPassIndirectlyForSwift(CharUnits totalSize, in shouldPassIndirectlyForSwift() function in __anona890a3f30611::ARMABIInfo 5814 bool shouldPassIndirectlyForSwift(CharUnits totalSize, in shouldPassIndirectlyForSwift() function in __anona890a3f30811::SystemZABIInfo
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ABIInfo.h | 135 virtual bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> types,
|
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()
|
D | TargetInfo.cpp | 804 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon57a50d410111::WebAssemblyABIInfo 1178 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon57a50d410111::X86_32ABIInfo 2349 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon57a50d410311::X86_64ABIInfo 2381 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type *> scalars, in shouldPassIndirectlyForSwift() function in __anon57a50d410311::WinX86_64ABIInfo 4935 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon57a50d410611::PPC64_SVR4_ABIInfo 5460 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon57a50d410711::AArch64ABIInfo 6216 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon57a50d410811::ARMABIInfo 7197 bool shouldPassIndirectlyForSwift(ArrayRef<llvm::Type*> scalars, in shouldPassIndirectlyForSwift() function in __anon57a50d410c11::SystemZABIInfo
|