Home
last modified time | relevance | path

Searched refs:getNonexecutableStackSection (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
HDMCAsmInfo.h395 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/NextBSD/contrib/llvm/lib/MC/
HDMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
HDMCELFStreamer.cpp105 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1141 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()