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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 9622   auto *A = new (C) SectionAttr(C, *this, getName());
 9635     OS << " __attribute__((section(\"" << getName() << "\")))";
 9639     OS << " [[gnu::section(\"" << getName() << "\")]]";
 9643     OS << " __declspec(allocate(\"" << getName() << "\"))";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  686     OS << " \"" << SA->getName() << "\"";
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1596     Record.AddString(SA->getName());
tools/clang/lib/CodeGen/CGDecl.cpp
  426     var->setSection(SA->getName());
tools/clang/lib/CodeGen/CodeGenModule.cpp
  336       StringRef AliasSection = SA->getName();
 1741       GO->setSection(SA->getName());
 1832      F->setSection(SA->getName());
 3522         GV->setSection(SA->getName());
 4038     const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()];
tools/clang/lib/Sema/SemaDecl.cpp
 2547     NewAttr = S.mergeSectionAttr(D, *SA, SA->getName());
12452       if (UnifySection(SA->getName(), SectionFlags, var))
tools/clang/lib/Sema/SemaDeclAttr.cpp
 2867     if (ExistingAttr->getName() == Name)
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2423           Context, SA->getName(), Loc, AttributeCommonInfo::AS_GNU,
 2489             Context, SA->getName(), Loc, AttributeCommonInfo::AS_GNU,