Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
H A DMCAsmInfo.h482 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const {
579 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { getNonexecutableStackSection() function
/llvm-project/llvm/lib/MC/
H A DMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
H A DMCELFStreamer.cpp63 switchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in emitLabel()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2654 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in emitConstantPool()