Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfoELF.h19 getNonexecutableStackSection(MCContext &Ctx) const override final;
H A DMCAsmInfo.h381 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCAsmInfoELF.cpp24 MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
H A DMCELFStreamer.cpp58 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1049 if (const MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()