Home
last modified time | relevance | path

Searched refs:getRuntimeCC (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h122 llvm::CallingConv::ID getRuntimeCC() const { return RuntimeCC; } in getRuntimeCC() function
H A DABIInfo.h69 llvm::CallingConv::ID getRuntimeCC() const { return RuntimeCC; } in getRuntimeCC() function
H A DCGDeclCXX.cpp457 Fn->setCallingConv(getRuntimeCC()); in CreateGlobalInitOrCleanUpFunction()
H A DCGCall.cpp4816 call->setCallingConv(getRuntimeCC()); in EmitRuntimeCall()
4837 invoke->setCallingConv(getRuntimeCC()); in EmitNoreturnRuntimeCallOrInvoke()
4841 call->setCallingConv(getRuntimeCC()); in EmitNoreturnRuntimeCallOrInvoke()
4859 call->setCallingConv(getRuntimeCC()); in EmitRuntimeCallOrInvoke()
H A DCGExprComplex.cpp795 Call->setCallingConv(CGF.CGM.getRuntimeCC()); in EmitComplexBinOpLibCall()
H A DItaniumCXXABI.cpp5068 catchCall->setCallingConv(CGM.getRuntimeCC()); in getClangCallTerminateFn()
5074 termCall->setCallingConv(CGM.getRuntimeCC()); in getClangCallTerminateFn()
H A DCodeGenModule.cpp389 RuntimeCC = getTargetCodeGenInfo().getABIInfo().getRuntimeCC(); in CodeGenModule()
4864 F->setCallingConv(getRuntimeCC()); in CreateRuntimeFunction()
H A DCGObjCMac.cpp4378 call->setCallingConv(CGF.getRuntimeCC()); in emitReadHazard()
H A DCGOpenMPRuntime.cpp1458 Call->setCallingConv(CGF.getRuntimeCC()); in getThreadID()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp247 llvm::CallingConv::ID cc = getRuntimeCC(); in computeInfo()
280 assert(getRuntimeCC() == llvm::CallingConv::C); in setCCs()
H A DNVPTX.cpp216 FI.setEffectiveCallingConvention(getRuntimeCC()); in computeInfo()