Searched refs:getNonexecutableStackSection (Results 1 – 12 of 12) sorted by relevance
25 const MCSection* getNonexecutableStackSection(MCContext &CTX) const override;
60 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const { in getNonexecutableStackSection() function in AMDGPUMCAsmInfo
24 const MCSection *getNonexecutableStackSection(MCContext &Ctx) const override;
31 SystemZMCAsmInfo::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in SystemZMCAsmInfo
27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
93 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const in getNonexecutableStackSection() function in AMDGPUMCAsmInfo
43 getNonexecutableStackSection(MCContext &Ctx) const override;
138 getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in X86ELFMCAsmInfo
376 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
1012 if (const MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()