Searched refs:getNonexecutableStackSection (Results 1 – 6 of 6) sorted by relevance
25 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;
29 getNonexecutableStackSection(MCContext &Ctx) const{ in getNonexecutableStackSection() function in SystemZMCAsmInfo
38 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;
123 getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in X86ELFMCAsmInfo
357 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const{ in getNonexecutableStackSection() function
929 if (const MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()