Searched defs:NoExecStack (Results 1 – 8 of 8) 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()
69 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections()
90 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections()
387 void MCStreamer::InitSections(bool NoExecStack) { in InitSections()
173 static cl::opt<bool> NoExecStack("no-exec-stack", variable
125 unsigned NoExecStack : 1; member