reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1822 setLinkageForGV(F, FD); 1823 setGVProperties(F, FD); 1827 getTargetCodeGenInfo().setTargetAttributes(FD, F, *this); 1829 if (const auto *CSA = FD->getAttr<CodeSegAttr>()) 1831 else if (const auto *SA = FD->getAttr<SectionAttr>()) 1834 if (FD->isReplaceableGlobalAllocationFunction()) { 1843 auto Kind = FD->getDeclName().getCXXOverloadedOperator(); 1850 if (isa<CXXConstructorDecl>(FD) || isa<CXXDestructorDecl>(FD)) 1850 if (isa<CXXConstructorDecl>(FD) || isa<CXXDestructorDecl>(FD)) 1852 else if (const auto *MD = dyn_cast<CXXMethodDecl>(FD)) 1862 CreateFunctionTypeMetadataForIcall(FD, F); 1864 if (getLangOpts().OpenMP && FD->hasAttr<OMPDeclareSimdDeclAttr>()) 1865 getOpenMPRuntime().emitDeclareSimdFunction(FD, F); 1867 if (const auto *CB = FD->getAttr<CallbackAttr>()) {