Lines Matching refs:CompileKernel
292 HWAddressSanitizer(Module &M, bool CompileKernel, bool Recover, in HWAddressSanitizer() argument
296 this->CompileKernel = optOr(ClEnableKhwasan, CompileKernel); in HWAddressSanitizer()
416 bool CompileKernel; member in __anon1b7bdbef0111::HWAddressSanitizer
463 HWAddressSanitizer HWASan(M, Options.CompileKernel, Options.Recover, SSI); in run()
486 if (Options.CompileKernel) in printPipeline()
634 } else if (CompileKernel) { in initializeModule()
637 UseMatchAllCallback = !CompileKernel && MatchAllTag.has_value(); in initializeModule()
643 !CompileKernel && !UsePageAliases && optOr(ClGlobals, NewRuntime); in initializeModule()
645 if (!CompileKernel) { in initializeModule()
715 (CompileKernel && !ClKasanMemIntrinCallbackPrefix) in initializeCallbacks()
904 return (CompileKernel << HWASanAccessInfo::CompileKernelShift) | in getAccessInfo()
1238 if (CompileKernel) { in tagPointer()
1256 if (CompileKernel) { in untagPointer()