Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp210 static cl::opt<bool> NoExecStack("no-exec-stack", variable
/openbsd/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp135 unsigned NoExecStack : 1; member