Searched defs:NoExecStack (Results 1 – 12 of 12) sorted by relevance
26 NoExecStack, enumerator
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
68 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections()
91 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections()
410 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections()
125 unsigned NoExecStack : 1; member