Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp69 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections()
H A DMCELFStreamer.cpp90 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections()
H A DMCStreamer.cpp400 void MCStreamer::InitSections(bool NoExecStack) { in InitSections()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp180 static cl::opt<bool> NoExecStack("no-exec-stack", variable
/netbsd/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp134 unsigned NoExecStack : 1; member