Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2527 llvm::Function *ResolverFunc; in emitMultiVersionFunctions() local
2531 ResolverFunc = cast<llvm::Function>( in emitMultiVersionFunctions()
2534 ResolverFunc = cast<llvm::Function>(GetGlobalValue(getMangledName(GD))); in emitMultiVersionFunctions()
2537 ResolverFunc->setComdat( in emitMultiVersionFunctions()
2538 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitMultiVersionFunctions()
2547 CGF.EmitMultiVersionResolver(ResolverFunc, Options); in emitMultiVersionFunctions()
2578 auto *ResolverFunc = cast<llvm::Function>(GetOrCreateLLVMFunction( in emitCPUDispatchDefinition() local
2643 CGF.EmitMultiVersionResolver(ResolverFunc, Options); in emitCPUDispatchDefinition()