Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
DMCAsmInfo.h443 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
DMCAsmInfo.h475 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
DMCELFStreamer.cpp96 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
/external/llvm/include/llvm/MC/
DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
DMCAsmInfo.h412 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/external/llvm-project/llvm/lib/MC/
DMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
DMCELFStreamer.cpp96 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
/external/llvm/lib/MC/
DMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
DMCELFStreamer.cpp95 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1242 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1588 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1778 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()