Searched defs:NoExecStack (Results 1 – 9 of 9) sorted by relevance
62 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections()
89 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections()
231 void MCStreamer::InitSections(bool NoExecStack) { in InitSections()
70 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections()
91 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections()
309 void MCStreamer::InitSections(bool NoExecStack) { in InitSections()
173 static cl::opt<bool> NoExecStack("no-exec-stack", variable
167 static cl::opt<bool> NoExecStack("no-exec-stack", variable
125 unsigned NoExecStack : 1; member