Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/MCTargetDesc/
DAMDGPUMCAsmInfo.h25 const MCSection* getNonexecutableStackSection(MCContext &CTX) const override;
DAMDGPUMCAsmInfo.cpp60 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const { in getNonexecutableStackSection() function in AMDGPUMCAsmInfo
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmInfo.h24 const MCSection *getNonexecutableStackSection(MCContext &Ctx) const override;
DSystemZMCAsmInfo.cpp31 SystemZMCAsmInfo::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in SystemZMCAsmInfo
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUMCAsmInfo.h27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
DAMDGPUMCAsmInfo.cpp93 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const in getNonexecutableStackSection() function in AMDGPUMCAsmInfo
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUMCAsmInfo.h27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
DAMDGPUMCAsmInfo.cpp93 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const in getNonexecutableStackSection() function in AMDGPUMCAsmInfo
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.h43 getNonexecutableStackSection(MCContext &Ctx) const override;
DX86MCAsmInfo.cpp138 getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in X86ELFMCAsmInfo
/external/llvm/include/llvm/MC/
DMCAsmInfo.h376 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1012 if (const MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()