Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
H A DMCAsmInfo.h579 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
H A DMCELFStreamer.cpp64 switchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in initSections()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2495 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()