Home
last modified time | relevance | path

Searched refs:CC_SwiftAsync (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h279 CC_SwiftAsync, // __attribute__((swiftasynccall)) enumerator
300 case CC_SwiftAsync: in supportsVariadicCall()
H A DFeatures.def103 PP.getTargetInfo().checkCallingConvention(CC_SwiftAsync) ==
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DSystemZ.h190 case CC_SwiftAsync: in checkCallingConvention()
H A DX86.h373 case CC_SwiftAsync: in checkCallingConvention()
737 case CC_SwiftAsync: in checkCallingConvention()
819 case CC_SwiftAsync: in checkCallingConvention()
H A DWebAssembly.h134 case CC_SwiftAsync: in checkCallingConvention()
H A DAArch64.cpp681 case CC_SwiftAsync: in checkCallingConvention()
960 case CC_SwiftAsync: in checkCallingConvention()
H A DPPC.h475 case CC_SwiftAsync: in checkCallingConvention()
H A DARM.cpp1227 case CC_SwiftAsync: in checkCallingConvention()
1307 case CC_SwiftAsync: in checkCallingConvention()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp1263 if (calleeType->getCallConv() == CallingConv::CC_SwiftAsync && in makeTailCallIfSwiftAsync()
1264 (CurFnInfo->getASTCallingConvention() == CallingConv::CC_SwiftAsync)) { in makeTailCallIfSwiftAsync()
H A DCGCall.cpp72 case CC_SwiftAsync: return llvm::CallingConv::SwiftTail; in ClangCallConvToLLVMCallConv()
786 } else if (info.getCC() == CC_Swift || info.getCC() == CC_SwiftAsync) { in arrangeLLVMFunctionInfo()
4121 if (ExplicitCC == CC_Swift || ExplicitCC == CC_SwiftAsync) in hasInAllocaArgs()
H A DCGDebugInfo.cpp1344 case CC_SwiftAsync: in getDwarfCC()
/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp1004 case CC_SwiftAsync: in printFunctionAfter()
H A DMicrosoftMangle.cpp2789 case CC_SwiftAsync: Out << 'W'; break; in mangleCallingConvention()
H A DType.cpp3194 case CC_SwiftAsync: return "swiftasynccall"; in getNameForCallConv()
H A DItaniumMangle.cpp3186 case CC_SwiftAsync: in getCallingConvQualifierName()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp2855 : (actualCC == CC_Swift || actualCC == CC_SwiftAsync); in checkExtParameterInfos()
H A DSemaDeclAttr.cpp5127 CC = CC_SwiftAsync; in CheckCallingConvAttr()