HomeSort by: relevance | last modified time | path
    Searched refs:getNonexecutableStackSection (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfoELF.h 18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
MCAsmInfo.h 559 virtual MCSection *getNonexecutableStackSection(MCContext &Ctx) const {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmInfoELF.cpp 23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const {
MCELFStreamer.cpp 96 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 1889 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext))

Completed in 22 milliseconds