Home
last modified time | relevance | path

Searched refs:CompileKernel (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h103 bool CompileKernel = false, bool Recover = false,
111 bool CompileKernel;
126 bool CompileKernel = false, bool Recover = false, bool UseGlobalGC = true,
133 bool CompileKernel;
142 bool CompileKernel = false, bool Recover = false,
147 bool CompileKernel = false, bool Recover = false, bool UseGlobalsGC = true,
H A DHWAddressSanitizer.h27 explicit HWAddressSanitizerPass(bool CompileKernel = false,
34 bool CompileKernel;
40 createHWAddressSanitizerLegacyPassPass(bool CompileKernel = false,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp711 bool CompileKernel; member
747 : FunctionPass(ID), CompileKernel(CompileKernel), Recover(Recover), in AddressSanitizerLegacyPass()
772 bool CompileKernel; member in __anonf69996040211::AddressSanitizerLegacyPass
852 bool CompileKernel; member in __anonf69996040211::ModuleAddressSanitizer
884 : ModulePass(ID), CompileKernel(CompileKernel), Recover(Recover), in ModuleAddressSanitizerLegacyPass()
907 bool CompileKernel; member in __anonf69996040211::ModuleAddressSanitizerLegacyPass
1218 : CompileKernel(CompileKernel), Recover(Recover), in AddressSanitizerPass()
1931 if (CompileKernel) in shouldInstrumentGlobal()
2007 if (CompileKernel) { in shouldInstrumentGlobal()
2348 if (CompileKernel) { in InstrumentGlobals()
[all …]
H A DHWAddressSanitizer.cpp233 : CompileKernel; in HWAddressSanitizer()
327 bool CompileKernel; member in __anonb30972230111::HWAddressSanitizer
365 : FunctionPass(ID), CompileKernel(CompileKernel), Recover(Recover), in HWAddressSanitizerLegacyPass()
406 bool CompileKernel; member in __anonb30972230111::HWAddressSanitizerLegacyPass
428 assert(!CompileKernel || Recover); in INITIALIZE_PASS_DEPENDENCY()
435 : CompileKernel(CompileKernel), Recover(Recover), in HWAddressSanitizerPass()
444 HWAddressSanitizer HWASan(M, CompileKernel, Recover, SSI); in run()
600 } else if (CompileKernel) { in initializeModule()
610 if (!CompileKernel) { in initializeModule()
1086 if (CompileKernel) { in tagPointer()
[all …]
H A DMemorySanitizer.cpp489 : CompileKernel(Options.Kernel), TrackOrigins(Options.TrackOrigins), in MemorySanitizer()
516 bool CompileKernel; member in __anon158d17f70211::MemorySanitizer
874 if (CompileKernel) { in initializeCallbacks()
979 if (!CompileKernel) { in initializeModule()
1101 if (MS.CompileKernel) { in MemorySanitizerVisitor()
1177 if (AsCall && SizeIndex < kNumberOfAccessSizes && !MS.CompileKernel) { in storeOrigin()
1251 if (AsCall && SizeIndex < kNumberOfAccessSizes && !MS.CompileKernel) { in materializeOneCheck()
1543 if (MS.CompileKernel) in getShadowOriginPtr()
3614 if (ClHandleAsmConservative && MS.CompileKernel) in visitCallBase()
3907 if (MS.CompileKernel) in instrumentAlloca()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp334 bool CompileKernel) { in addGeneralOptsForMemorySanitizer() argument
341 MemorySanitizerOptions{TrackOrigins, Recover, CompileKernel})); in addGeneralOptsForMemorySanitizer()
1115 auto MSanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers() argument
1121 MemorySanitizerPass({TrackOrigins, Recover, CompileKernel})); in addSanitizers()
1124 MemorySanitizerPass({TrackOrigins, Recover, CompileKernel})); in addSanitizers()
1148 auto ASanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers() argument
1160 CompileKernel, Recover, ModuleUseAfterScope, UseOdrIndicator, in addSanitizers()
1163 CompileKernel, Recover, UseAfterScope, UseAfterReturn))); in addSanitizers()
1169 auto HWASanPass = [&](SanitizerMask Mask, bool CompileKernel) { in addSanitizers() argument
1173 CompileKernel, Recover, in addSanitizers()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def116 MODULE_PASS("asan-module", ModuleAddressSanitizerPass(/*CompileKernel=*/false, false, true, false))
119 MODULE_PASS("kasan-module", ModuleAddressSanitizerPass(/*CompileKernel=*/true, false, true, false))
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp371 bool CompileKernel = in emitHwasanMemaccessSymbols() local
532 if (CompileKernel) { in emitHwasanMemaccessSymbols()