Lines Matching refs:fn
218 auto *fn = cast<llvm::Function>(
220 setFunctionLinkage(GlobalDecl(ctor, ctorType), fn);
222 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo);
224 setFunctionDefinitionAttributes(ctor, fn);
225 SetLLVMFunctionAttributesForDefinition(ctor, fn);
275 auto *fn = cast<llvm::Function>(
277 setFunctionLinkage(GlobalDecl(dtor, dtorType), fn);
279 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo);
281 setFunctionDefinitionAttributes(dtor, fn);
282 SetLLVMFunctionAttributesForDefinition(dtor, fn);