Searched defs:CompileKernel (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizer.h | 24 bool CompileKernel = false; member 59 const bool CompileKernel; global() member
|
H A D | HWAddressSanitizer.h | 31 bool CompileKernel; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 680 auto MSanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers() 715 auto ASanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers() 733 auto HWASanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 292 HWAddressSanitizer(Module &M, bool CompileKernel, bool Recover, in HWAddressSanitizer() 416 bool CompileKernel; member in __anon1b7bdbef0111::HWAddressSanitizer
|
H A D | AddressSanitizer.cpp | 621 ASanAccessInfo::ASanAccessInfo(bool IsWrite, bool CompileKernel, in ASanAccessInfo() 833 bool CompileKernel; member 867 bool CompileKernel = false, bool Recover = false, in ModuleAddressSanitizer() 948 bool CompileKernel; member in __anon4b8f1cd00211::ModuleAddressSanitizer
|
H A D | MemorySanitizer.cpp | 573 bool CompileKernel; member in __anonb346f5430211::MemorySanitizer
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 656 bool CompileKernel = in emitHwasanMemaccessSymbols() local
|