Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h24 bool CompileKernel = false; member
62 const bool CompileKernel; member
H A DHWAddressSanitizer.h31 bool CompileKernel; member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp715 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 DHWAddressSanitizer.cpp272 HWAddressSanitizer(Module & M,bool CompileKernel,bool Recover,const StackSafetyGlobalInfo * SSI) HWAddressSanitizer() argument
392 bool CompileKernel; global() member in __anon5749a7010111::HWAddressSanitizer
[all...]
H A DAddressSanitizer.cpp620 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 DMemorySanitizer.cpp569 bool CompileKernel; global() member in __anon427849950211::MemorySanitizer
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp603 bool CompileKernel = emitHwasanMemaccessSymbols() local