Searched defs:Recover (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizer.h | 110 bool Recover; variable 131 bool Recover; variable
|
H A D | HWAddressSanitizer.h | 34 bool Recover; variable
|
H A D | MemorySanitizer.h | 26 bool Recover; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 286 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address); in addAddressSanitizerPasses() local 312 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::HWAddress); in addHWAddressSanitizerPasses() local 330 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Memory); in addGeneralOptsForMemorySanitizer() local 1114 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask); in addSanitizers() local 1146 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask); in addSanitizers() local 1165 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask); in addSanitizers() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_checks.h | 80 enum class ErrorAction { Abort, Recover }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 196 bool Recover = false) in HWAddressSanitizer() 286 bool Recover; member in __anon4587ec1a0111::HWAddressSanitizer 318 bool Recover = false) in HWAddressSanitizerLegacyPass() 343 bool Recover; member in __anon4587ec1a0111::HWAddressSanitizerLegacyPass 360 bool Recover) { in createHWAddressSanitizerLegacyPassPass() 365 HWAddressSanitizerPass::HWAddressSanitizerPass(bool CompileKernel, bool Recover) in HWAddressSanitizerPass()
|
H A D | AddressSanitizer.cpp | 706 bool Recover; member 736 bool Recover = false, in AddressSanitizerLegacyPass() 764 bool Recover; member in __anonac73263b0211::AddressSanitizerLegacyPass 771 bool CompileKernel = false, bool Recover = false, in ModuleAddressSanitizer() 843 bool Recover; member in __anonac73263b0211::ModuleAddressSanitizer 871 bool CompileKernel = false, bool Recover = false, bool UseGlobalGC = true, in ModuleAddressSanitizerLegacyPass() 898 bool Recover; member in __anonac73263b0211::ModuleAddressSanitizerLegacyPass 1208 AddressSanitizerPass::AddressSanitizerPass(bool CompileKernel, bool Recover, in AddressSanitizerPass() 1232 bool CompileKernel, bool Recover, bool UseGlobalGC, bool UseOdrIndicator, in ModuleAddressSanitizerPass() 1282 bool CompileKernel, bool Recover, bool UseGlobalsGC, bool UseOdrIndicator, in createModuleAddressSanitizerLegacyPassPass()
|
H A D | MemorySanitizer.cpp | 519 bool Recover; member in __anon03c9fd4e0211::MemorySanitizer
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 5332 MissingImportKind MIK, bool Recover) { in diagnoseMissingImport() 5364 MissingImportKind MIK, bool Recover) { in diagnoseMissingImport()
|
H A D | SemaTemplate.cpp | 802 bool Recover = Complain && !isSFINAEContext(); in DiagnoseUninstantiableTemplate() local 11018 const bool Recover = true; in diagnose() local
|