Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DSanitizerArgs.cpp39 static const SanitizerMask RequiresPIE = variable
281 return NeedPIE || (Sanitizers.Mask & RequiresPIE); in requiresPIE()