Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfoELF.h19 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
H A DMCAsmInfo.h428 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmInfoELF.cpp24 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
H A DMCELFStreamer.cpp97 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1536 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()