Lines Matching defs:CompileKernel
619 CompileKernel((Packed >> kCompileKernelShift) & kCompileKernelMask) {}
621 ASanAccessInfo::ASanAccessInfo(bool IsWrite, bool CompileKernel,
624 (CompileKernel << kCompileKernelShift) +
627 CompileKernel(CompileKernel) {}
722 uint32_t MaxInlinePoisoningSize, bool CompileKernel = false,
727 CompileKernel(ClEnableKasan.getNumOccurrences() > 0 ? ClEnableKasan
728 : CompileKernel),
749 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel);
839 bool CompileKernel;
873 bool CompileKernel = false, bool Recover = false,
878 CompileKernel(ClEnableKasan.getNumOccurrences() > 0 ? ClEnableKasan
879 : CompileKernel),
884 UseGlobalsGC(UseGlobalsGC && ClUseGlobalsGC && !this->CompileKernel),
899 UseCtorComdat(UseGlobalsGC && ClWithComdat && !this->CompileKernel),
909 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel);
957 bool CompileKernel;
1247 if (Options.CompileKernel)
1268 M, Options.InsertVersionCheck, Options.CompileKernel, Options.Recover,
1277 Options.MaxInlinePoisoningSize, Options.CompileKernel, Options.Recover,
1865 const ASanAccessInfo AccessInfo(IsWrite, CompileKernel, AccessSizeIndex);
2010 // apply when CompileKernel is true, either guard all existing rules with an
2011 // 'if (CompileKernel) { ... }' or be absolutely sure that all these rules
2013 assert(CompileKernel && "Only expecting to be called when compiling kernel");
2080 if (CompileKernel)
2157 if (CompileKernel) {
2505 if (CompileKernel) {
2738 if (CompileKernel) {
2837 (CompileKernel && !ClKasanMemIntrinCallbackPrefix)
3480 !ASan.CompileKernel && LocalStackSize <= kMaxStackMallocSize;