Searched defs:CompileKernel (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizer.h | 24 bool CompileKernel = false; member 62 const bool CompileKernel; member
|
H A D | HWAddressSanitizer.h | 31 bool CompileKernel; member
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 715 auto ASanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers() argument 665 __anon188c7e160502(SanitizerMask Mask, bool CompileKernel) addSanitizers() argument 697 __anon188c7e160602(SanitizerMask Mask, bool CompileKernel) addSanitizers() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 272 HWAddressSanitizer(Module & M,bool CompileKernel,bool Recover,const StackSafetyGlobalInfo * SSI) HWAddressSanitizer() argument 392 bool CompileKernel; global() member in __anon5749a7010111::HWAddressSanitizer [all...] |
H A D | AddressSanitizer.cpp | 620 ASanAccessInfo(bool IsWrite,bool CompileKernel,uint8_t AccessSizeIndex) ASanAccessInfo() argument 761 bool CompileKernel; global() member 795 ModuleAddressSanitizer(Module & M,bool InsertVersionCheck,bool CompileKernel=false,bool Recover=false,bool UseGlobalsGC=true,bool UseOdrIndicator=true,AsanDtorKind DestructorKind=AsanDtorKind::Global,AsanCtorKind ConstructorKind=AsanCtorKind::Global) ModuleAddressSanitizer() argument 876 bool CompileKernel; global() member in __anonc0eafb620211::ModuleAddressSanitizer [all...] |
H A D | MemorySanitizer.cpp | 569 bool CompileKernel; global() member in __anon427849950211::MemorySanitizer [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 603 bool CompileKernel = emitHwasanMemaccessSymbols() local
|