Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp67 void MCWinCOFFStreamer::initSections(bool NoExecStack, in initSections()
H A DMCELFStreamer.cpp91 void MCELFStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections()
H A DMCStreamer.cpp411 void MCStreamer::initSections(bool NoExecStack, const MCSubtargetInfo &STI) { in initSections()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp210 static cl::opt<bool> NoExecStack("no-exec-stack", variable
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp136 unsigned NoExecStack : 1; member