/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCAsmInfoELF.h | 18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
|
D | MCAsmInfo.h | 586 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCAsmInfoELF.h | 18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
|
D | MCAsmInfo.h | 579 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCAsmInfoELF.h | 18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
|
D | MCAsmInfo.h | 579 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 D | MCAsmInfoELF.h | 18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
|
H A D | MCAsmInfo.h | 583 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 D | MCAsmInfoELF.h | 18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
|
H A D | MCAsmInfo.h | 443 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCAsmInfoELF.h | 18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
|
D | MCAsmInfo.h | 579 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCAsmInfoELF.h | 18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
|
H A D | MCAsmInfo.h | 412 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCAsmInfoELF.cpp | 23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
|
H A D | MCELFStreamer.cpp | 98 switchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in initSections()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCAsmInfoELF.cpp | 23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
|
H A D | MCELFStreamer.cpp | 96 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCAsmInfoELF.cpp | 23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
|
H A D | MCELFStreamer.cpp | 95 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1242 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1588 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2279 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()
|