Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
DMCAsmInfo.h395 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/external/llvm/lib/MC/
DMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
DMCELFStreamer.cpp94 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.cpp1208 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()