Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:fn

189   llvm::Function *fn =
191 setFunctionLinkage(GlobalDecl(ctor, ctorType), fn);
193 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo);
195 SetFunctionDefinitionAttributes(ctor, fn);
196 SetLLVMFunctionAttributesForDefinition(ctor, fn);
237 llvm::Function *fn =
239 setFunctionLinkage(GlobalDecl(dtor, dtorType), fn);
241 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo);
243 SetFunctionDefinitionAttributes(dtor, fn);
244 SetLLVMFunctionAttributesForDefinition(dtor, fn);