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.cpp4293 llvm::Function *ResolverFunc = cast<llvm::Function>(ResolverConstant); in emitMultiVersionFunctions() local
4295 ResolverFunc->setLinkage(getMultiversionLinkage(*this, GD)); in emitMultiVersionFunctions()
4297 if (!ResolverFunc->hasLocalLinkage() && supportsCOMDAT()) in emitMultiVersionFunctions()
4298 ResolverFunc->setComdat( in emitMultiVersionFunctions()
4299 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitMultiVersionFunctions()
4308 CGF.EmitMultiVersionResolver(ResolverFunc, Options); in emitMultiVersionFunctions()
4357 auto *ResolverFunc = cast<llvm::Function>(GetOrCreateLLVMFunction( in emitCPUDispatchDefinition() local
4359 ResolverFunc->setLinkage(getMultiversionLinkage(*this, GD)); in emitCPUDispatchDefinition()
4361 ResolverFunc->setComdat( in emitCPUDispatchDefinition()
4362 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitCPUDispatchDefinition()
[all …]