Searched refs:getNonexecutableStackSection (Results 1 – 7 of 7) sorted by relevance
18 const MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
387 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
24 MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
102 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
93 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const in getNonexecutableStackSection() function in AMDGPUMCAsmInfo
1143 if (const MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()