Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmInfo.h25 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;
DSystemZMCAsmInfo.cpp29 getNonexecutableStackSection(MCContext &Ctx) const{ in getNonexecutableStackSection() function in SystemZMCAsmInfo
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.h38 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;
DX86MCAsmInfo.cpp123 getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in X86ELFMCAsmInfo
/external/llvm/include/llvm/MC/
DMCAsmInfo.h357 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const{ in getNonexecutableStackSection() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp929 if (const MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()