Searched refs:getNonexecutableStackSection (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCAsmInfo.h25 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
H A DAMDGPUMCAsmInfo.cpp66 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const { function in class:AMDGPUMCAsmInfo
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp33 SystemZMCAsmInfo::getNonexecutableStackSection(MCContext &Ctx) const { function in class:SystemZMCAsmInfo
H A DSystemZMCAsmInfo.h24 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.h43 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;
H A DX86MCAsmInfo.cpp133 getNonexecutableStackSection(MCContext &Ctx) const { function in class:X86ELFMCAsmInfo
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h369 /// getNonexecutableStackSection - Targets can implement this method to
372 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const{ function in class:llvm::MCAsmInfo
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp989 if (const MCSection *S = MAI->getNonexecutableStackSection(OutContext))

Completed in 127 milliseconds