Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DWinCOFFStreamer.cpp62 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections()
DMCELFStreamer.cpp89 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections()
DMCStreamer.cpp231 void MCStreamer::InitSections(bool NoExecStack) { in InitSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp69 void MCWinCOFFStreamer::InitSections(bool NoExecStack) { in InitSections()
DMCELFStreamer.cpp90 void MCELFStreamer::InitSections(bool NoExecStack) { in InitSections()
DMCStreamer.cpp387 void MCStreamer::InitSections(bool NoExecStack) { in InitSections()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp68 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections()
DMCELFStreamer.cpp91 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections()
DMCStreamer.cpp410 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp173 static cl::opt<bool> NoExecStack("no-exec-stack", variable
/external/clang/tools/driver/
Dcc1as_main.cpp125 unsigned NoExecStack : 1; member