Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfoELF.h18 const MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
DMCAsmInfo.h387 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/external/llvm/lib/MC/
DMCAsmInfoELF.cpp24 MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
DMCELFStreamer.cpp102 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
/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/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1143 if (const MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()