Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4537 llvm::Function *ResolverFunc = cast<llvm::Function>(ResolverConstant); in emitMultiVersionFunctions() local
4539 ResolverFunc->setLinkage(getMultiversionLinkage(*this, GD)); in emitMultiVersionFunctions()
4541 if (!ResolverFunc->hasLocalLinkage() && supportsCOMDAT()) in emitMultiVersionFunctions()
4542 ResolverFunc->setComdat( in emitMultiVersionFunctions()
4543 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitMultiVersionFunctions()
4552 CGF.EmitMultiVersionResolver(ResolverFunc, Options); in emitMultiVersionFunctions()
4601 auto *ResolverFunc = cast<llvm::Function>(GetOrCreateLLVMFunction( in emitCPUDispatchDefinition() local
4603 ResolverFunc->setLinkage(getMultiversionLinkage(*this, GD)); in emitCPUDispatchDefinition()
4605 ResolverFunc->setComdat( in emitCPUDispatchDefinition()
4606 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitCPUDispatchDefinition()
[all …]