Searched defs:CompileKernel (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | HWAddressSanitizer.cpp | 190 explicit HWAddressSanitizer(Module &M, bool CompileKernel = false, in HWAddressSanitizer() 276 bool CompileKernel; member in __anon7b8a64260111::HWAddressSanitizer 301 explicit HWAddressSanitizerLegacyPass(bool CompileKernel = false, in HWAddressSanitizerLegacyPass() 323 bool CompileKernel; member in __anon7b8a64260111::HWAddressSanitizerLegacyPass 340 FunctionPass *llvm::createHWAddressSanitizerLegacyPassPass(bool CompileKernel, in createHWAddressSanitizerLegacyPassPass() 346 HWAddressSanitizerPass::HWAddressSanitizerPass(bool CompileKernel, bool Recover) in HWAddressSanitizerPass()
|
| HD | AddressSanitizer.cpp | 676 bool CompileKernel; member 704 explicit AddressSanitizerLegacyPass(bool CompileKernel = false, in AddressSanitizerLegacyPass() 732 bool CompileKernel; member in __anon83202b470211::AddressSanitizerLegacyPass 740 bool CompileKernel = false, bool Recover = false, in ModuleAddressSanitizer() 803 bool CompileKernel; member in __anon83202b470211::ModuleAddressSanitizer 830 explicit ModuleAddressSanitizerLegacyPass(bool CompileKernel = false, in ModuleAddressSanitizerLegacyPass() 855 bool CompileKernel; member in __anon83202b470211::ModuleAddressSanitizerLegacyPass 1163 AddressSanitizerPass::AddressSanitizerPass(bool CompileKernel, bool Recover, in AddressSanitizerPass() 1187 ModuleAddressSanitizerPass::ModuleAddressSanitizerPass(bool CompileKernel, in ModuleAddressSanitizerPass() 1238 bool CompileKernel, bool Recover, bool UseGlobalsGC, bool UseOdrIndicator) { in createModuleAddressSanitizerLegacyPassPass()
|
| HD | MemorySanitizer.cpp | 494 bool CompileKernel; member in __anon6f2490da0211::MemorySanitizer
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | BackendUtil.cpp | 298 bool CompileKernel) { in addGeneralOptsForMemorySanitizer() 953 auto ASanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizersAtO0()
|