Lines Matching defs:CompileKernel
619 CompileKernel((Packed >> kCompileKernelShift) & kCompileKernelMask) {}
621 ASanAccessInfo::ASanAccessInfo(bool IsWrite, bool CompileKernel,
624 (CompileKernel << kCompileKernelShift) +
627 CompileKernel(CompileKernel) {}
718 uint32_t MaxInlinePoisoningSize, bool CompileKernel = false,
722 : CompileKernel(ClEnableKasan.getNumOccurrences() > 0 ? ClEnableKasan
723 : CompileKernel),
744 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel);
833 bool CompileKernel;
867 bool CompileKernel = false, bool Recover = false,
871 : CompileKernel(ClEnableKasan.getNumOccurrences() > 0 ? ClEnableKasan
872 : CompileKernel),
877 UseGlobalsGC(UseGlobalsGC && ClUseGlobalsGC && !this->CompileKernel),
892 UseCtorComdat(UseGlobalsGC && ClWithComdat && !this->CompileKernel),
902 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel);
948 bool CompileKernel;
1239 if (Options.CompileKernel)
1255 M, Options.InsertVersionCheck, Options.CompileKernel, Options.Recover,
1264 Options.MaxInlinePoisoningSize, Options.CompileKernel, Options.Recover,
1850 const ASanAccessInfo AccessInfo(IsWrite, CompileKernel, AccessSizeIndex);
1853 const ASanAccessInfo AccessInfo(IsWrite, CompileKernel, AccessSizeIndex);
2001 // apply when CompileKernel is true, either guard all existing rules with an
2002 // 'if (CompileKernel) { ... }' or be absolutely sure that all these rules
2004 assert(CompileKernel && "Only expecting to be called when compiling kernel");
2071 if (CompileKernel)
2148 if (CompileKernel) {
2498 if (CompileKernel) {
2734 if (CompileKernel) {
2833 (CompileKernel && !ClKasanMemIntrinCallbackPrefix)
3473 !ASan.CompileKernel && LocalStackSize <= kMaxStackMallocSize;