Home
last modified time | relevance | path

Searched defs:Recover (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h110 bool Recover; variable
131 bool Recover; variable
H A DHWAddressSanitizer.h34 bool Recover; variable
H A DMemorySanitizer.h26 bool Recover; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp286 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 Dhwasan_checks.h80 enum class ErrorAction { Abort, Recover }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp196 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 DAddressSanitizer.cpp706 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 DMemorySanitizer.cpp519 bool Recover; member in __anon03c9fd4e0211::MemorySanitizer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp5332 MissingImportKind MIK, bool Recover) { in diagnoseMissingImport()
5364 MissingImportKind MIK, bool Recover) { in diagnoseMissingImport()
H A DSemaTemplate.cpp802 bool Recover = Complain && !isSFINAEContext(); in DiagnoseUninstantiableTemplate() local
11018 const bool Recover = true; in diagnose() local