Home
last modified time | relevance | path

Searched refs:getSwiftABIInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp23 static const SwiftABIInfo &getSwiftABIInfo(CodeGenModule &CGM) { in getSwiftABIInfo() function
24 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()
H A DTargetInfo.h69 const SwiftABIInfo &getSwiftABIInfo() const { in getSwiftABIInfo() function