Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfoELF.h19 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
DMCAsmInfo.h428 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function
/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmInfoELF.cpp24 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in MCAsmInfoELF
DMCELFStreamer.cpp97 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/swiftshader/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmInfo.h25 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;
DSystemZMCAsmInfo.cpp29 getNonexecutableStackSection(MCContext &Ctx) const{ in getNonexecutableStackSection() function in SystemZMCAsmInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.h38 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;
DX86MCAsmInfo.cpp123 getNonexecutableStackSection(MCContext &Ctx) const { in getNonexecutableStackSection() function in X86ELFMCAsmInfo
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h397 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const{ in getNonexecutableStackSection() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp914 if (const MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1242 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1484 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()