Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp40 static const SanitizerMask NotAllowedWithExecuteOnly = variable
415 Add & NotAllowedWithExecuteOnly & ~DiagnosedKinds) { in SanitizerArgs()
423 Add &= ~NotAllowedWithExecuteOnly; in SanitizerArgs()
490 Add &= ~NotAllowedWithExecuteOnly; in SanitizerArgs()