Home
last modified time | relevance | path

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

/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
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp680 __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 DHWAddressSanitizer.cpp292 HWAddressSanitizer(Module & M,bool CompileKernel,bool Recover,const StackSafetyGlobalInfo * SSI) HWAddressSanitizer() argument
416 bool CompileKernel; global() member in __anon112a5b020111::HWAddressSanitizer
[all...]
H A DAddressSanitizer.cpp621 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 DMemorySanitizer.cpp572 bool CompileKernel; global() member in __anon6be095360211::MemorySanitizer
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp638 bool CompileKernel = emitHwasanMemaccessSymbols() local