Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp656 bool NewRuntime = in initializeModule() local
659 UseShortGranules = optOr(ClUseShortGranules, NewRuntime); in initializeModule()
678 InstrumentLandingPads = optOr(ClInstrumentLandingPads, !NewRuntime); in initializeModule()
681 !CompileKernel && !UsePageAliases && optOr(ClGlobals, NewRuntime); in initializeModule()
690 optOr(ClInstrumentPersonalityFunctions, NewRuntime); in initializeModule()