Searched refs:optOr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 268 template <typename T> T optOr(cl::opt<T> &Opt, T Other) { in optOr() function 281 return optOr(ClInstrumentWithCalls, TargetTriple.getArch() == Triple::x86_64); in shouldInstrumentWithCalls() 285 return optOr(ClUseStackSafety, !DisableOptimization); in mightUseStackSafetyAnalysis() 305 this->Recover = optOr(ClRecover, Recover); in HWAddressSanitizer() 306 this->CompileKernel = optOr(ClEnableKhwasan, CompileKernel); in HWAddressSanitizer() 659 UseShortGranules = optOr(ClUseShortGranules, NewRuntime); in initializeModule() 662 !optOr(ClInlineAllChecks, Recover); in initializeModule() 665 InlineFastPath = optOr(ClInlineFastPathChecks, !(TargetTriple.isAndroid() || in initializeModule() 678 InstrumentLandingPads = optOr(ClInstrumentLandingPads, !NewRuntime); in initializeModule() 681 !CompileKernel && !UsePageAliases && optOr(ClGlobals, NewRuntime); in initializeModule() [all …]
|