Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp153 static cl::opt<bool> ClGlobals("hwasan-globals", cl::desc("Instrument globals"), variable
643 !CompileKernel && !UsePageAliases && optOr(ClGlobals, NewRuntime); in initializeModule()
H A DAddressSanitizer.cpp299 static cl::opt<bool> ClGlobals("asan-globals", variable
2750 if (ClGlobals) { in instrumentModule()