Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
DMCAsmInfo.h586 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
DMCAsmInfo.h579 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
DMCAsmInfo.h579 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
H A DMCAsmInfo.h583 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
H A DMCAsmInfo.h443 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
DMCAsmInfo.h579 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
H A DMCAsmInfo.h412 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
H A DMCELFStreamer.cpp98 switchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in initSections()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
H A DMCELFStreamer.cpp96 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
/aosp_15_r20/external/llvm/lib/MC/
H A DMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
H A DMCELFStreamer.cpp95 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1242 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1588 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2279 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()