Searched defs:CompileKernel (Results 1 – 7 of 7) sorted by relevance
/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
|
/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 680 __anon684942f70502(SanitizerMask Mask, bool CompileKernel) addSanitizers() argument 715 __anon684942f70602(SanitizerMask Mask, bool CompileKernel) addSanitizers() argument 733 __anon684942f70702(SanitizerMask Mask, bool CompileKernel) addSanitizers() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 292 HWAddressSanitizer(Module & M,bool CompileKernel,bool Recover,const StackSafetyGlobalInfo * SSI) HWAddressSanitizer() argument 416 bool CompileKernel; global() member in __anon112a5b020111::HWAddressSanitizer [all...] |
H A D | AddressSanitizer.cpp | 621 ASanAccessInfo::ASanAccessInfo(bool IsWrite, bool CompileKernel, in ASanAccessInfo() argument 833 bool CompileKernel; global() member 867 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 948 bool CompileKernel; global() member in __anon175cbb230211::ModuleAddressSanitizer [all...] |
H A D | MemorySanitizer.cpp | 572 bool CompileKernel; global() member in __anon6be095360211::MemorySanitizer [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 638 bool CompileKernel = emitHwasanMemaccessSymbols() local
|