Home
last modified time | relevance | path

Searched refs:MCNoExecStack (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCTargetOptions.cpp15 : MCRelaxAll(false), MCNoExecStack(false), MCFatalWarnings(false), in MCTargetOptions()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCTargetOptions.h44 bool MCNoExecStack : 1; variable
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp580 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in initTargetOptions()