Searched refs:getSwiftABIInfo (Results 1 – 2 of 2) sorted by relevance
24 static const SwiftABIInfo &getSwiftABIInfo(CodeGenModule &CGM) { in getSwiftABIInfo() function25 return CGM.getTargetCodeGenInfo().getSwiftABIInfo(); in getSwiftABIInfo()635 return getSwiftABIInfo(CGM).shouldPassIndirectly(Entries.back().Type, in shouldPassIndirectly()644 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()650 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()698 return getSwiftABIInfo(CGM).isLegalVectorType(vectorSize, eltTy, numElts); in isLegalVectorType()877 return getSwiftABIInfo(CGM).isSwiftErrorInRegister(); in isSwiftErrorLoweredInRegister()
69 const SwiftABIInfo &getSwiftABIInfo() const { in getSwiftABIInfo() function