Home
last modified time | relevance | path

Searched defs:CompileKernel (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h24 bool CompileKernel = false; member
59 const bool CompileKernel; member
H A DHWAddressSanitizer.h31 bool CompileKernel; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp635 auto MSanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers()
668 auto ASanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers()
686 auto HWASanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp269 HWAddressSanitizer(Module &M, bool CompileKernel, bool Recover, in HWAddressSanitizer()
379 bool CompileKernel; member in __anone00de11f0111::HWAddressSanitizer
H A DAddressSanitizer.cpp606 ASanAccessInfo::ASanAccessInfo(bool IsWrite, bool CompileKernel, in ASanAccessInfo()
736 bool CompileKernel; member
767 ModuleAddressSanitizer(Module &M, bool CompileKernel = false, in ModuleAddressSanitizer()
837 bool CompileKernel; member in __anon187e16000211::ModuleAddressSanitizer
H A DMemorySanitizer.cpp530 bool CompileKernel; member in __anon54a388730211::MemorySanitizer
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp378 bool CompileKernel = in emitHwasanMemaccessSymbols() local