Searched defs:NoExecStack (Results 1 – 5 of 5) sorted by relevance
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()
210 static cl::opt<bool> NoExecStack("no-exec-stack", variable
135 unsigned NoExecStack : 1; member