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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 1708   SetCommonAttributes(GD, GO);
 1711     if (auto *GV = dyn_cast<llvm::GlobalVariable>(GO)) {
 1722     if (auto *F = dyn_cast<llvm::Function>(GO)) {
 1739       GO->setSection(CSA->getName());
 1741       GO->setSection(SA->getName());
 1744   getTargetCodeGenInfo().setTargetAttributes(D, GO, *this);