Searched refs:getSwiftABIInfo (Results 1 – 2 of 2) sorted by relevance
23 static const SwiftABIInfo &getSwiftABIInfo(CodeGenModule &CGM) { in getSwiftABIInfo() function24 return CGM.getTargetCodeGenInfo().getSwiftABIInfo(); in getSwiftABIInfo()634 return getSwiftABIInfo(CGM).shouldPassIndirectly(Entries.back().Type, in shouldPassIndirectly()643 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()649 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()697 return getSwiftABIInfo(CGM).isLegalVectorType(vectorSize, eltTy, numElts); in isLegalVectorType()882 return getSwiftABIInfo(CGM).isSwiftErrorInRegister(); in isSwiftErrorLoweredInRegister()
69 const SwiftABIInfo &getSwiftABIInfo() const { in getSwiftABIInfo() function