Home
last modified time | relevance | path

Searched defs:NoExecStack (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp68 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections()
H A DMCELFStreamer.cpp91 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections()
H A DMCStreamer.cpp410 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections()
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp210 static cl::opt<bool> NoExecStack("no-exec-stack", variable
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp134 unsigned NoExecStack : 1; member