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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 8685   auto *A = new (C) PragmaClangRelroSectionAttr(C, *this, getName());
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  628     OS << " \"" << SA->getName() << "\"";
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1451     Record.AddString(SA->getName());
tools/clang/lib/CodeGen/CGDecl.cpp
  423     var->addAttribute("relro-section", SA->getName());
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1719         GV->addAttribute("relro-section", SA->getName());