Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4249 llvm::Function *ResolverFunc = cast<llvm::Function>(ResolverConstant); in emitMultiVersionFunctions() local
4251 ResolverFunc->setLinkage(getMultiversionLinkage(*this, GD)); in emitMultiVersionFunctions()
4253 if (!ResolverFunc->hasLocalLinkage() && supportsCOMDAT()) in emitMultiVersionFunctions()
4254 ResolverFunc->setComdat( in emitMultiVersionFunctions()
4255 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitMultiVersionFunctions()
4264 CGF.EmitMultiVersionResolver(ResolverFunc, Options); in emitMultiVersionFunctions()
4305 auto *ResolverFunc = cast<llvm::Function>(GetOrCreateLLVMFunction( in emitCPUDispatchDefinition() local
4307 ResolverFunc->setLinkage(getMultiversionLinkage(*this, GD)); in emitCPUDispatchDefinition()
4309 ResolverFunc->setComdat( in emitCPUDispatchDefinition()
4310 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitCPUDispatchDefinition()
[all …]