reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 1503     if (!F->hasFnAttribute(llvm::Attribute::AlwaysInline) &&
 1507     F->addAttributes(llvm::AttributeList::FunctionIndex, B);
 1517   ShouldAddOptNone &= !F->hasFnAttribute(llvm::Attribute::AlwaysInline);
 1525     assert(!F->hasFnAttribute(llvm::Attribute::AlwaysInline) &&
 1534     F->removeFnAttr(llvm::Attribute::OptimizeForSize);
 1535     F->removeFnAttr(llvm::Attribute::MinSize);
 1545              !F->hasFnAttribute(llvm::Attribute::NoInline)) {
 1551     if (!F->hasFnAttribute(llvm::Attribute::AlwaysInline))
 1574                  !F->hasFnAttribute(llvm::Attribute::AlwaysInline)) {
 1593   F->addAttributes(llvm::AttributeList::FunctionIndex, B);
 1597     F->setAlignment(llvm::Align(alignment));
 1601       F->setAlignment(llvm::Align(1ull << LangOpts.FunctionAlignment));
 1608     if (F->getAlignment() < 2 && isa<CXXMethodDecl>(D))
 1609       F->setAlignment(llvm::Align(2));
 1620         CreateFunctionTypeMetadataForIcall(FD, F);
 1633       F->addTypeMetadata(0, Id);