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

Overridden By

lib/MC/MCAsmInfoELF.cpp
   23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const {

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1558     if (MCSection *S = MAI->getNonexecutableStackSection(OutContext))
lib/MC/MCELFStreamer.cpp
   96     SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx));