Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCTargetOptions.cpp16 : SanitizeAddress(false), MCRelaxAll(false), MCNoExecStack(false), in MCTargetOptions()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCTargetOptions.h46 bool MCNoExecStack : 1; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp482 Options.MCOptions.MCNoExecStack = CodeGenOpts.NoExecStack; in initTargetOptions()