Searched defs:Recover (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DHWAddressSanitizer.h33 bool Recover; member in class:llvm::HWAddressSanitizerPass
H A DMemorySanitizer.h26 bool Recover; member in struct:llvm::MemorySanitizerOptions
H A DAddressSanitizer.h108 bool Recover; member in class:llvm::AddressSanitizerPass
128 bool Recover; member in class:llvm::ModuleAddressSanitizerPass
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp497 bool Recover; member in class:__anon5601::MemorySanitizer
H A DHWAddressSanitizer.cpp277 bool Recover; member in class:__anon5593::HWAddressSanitizer
324 bool Recover; member in class:__anon5593::HWAddressSanitizerLegacyPass
340 createHWAddressSanitizerLegacyPassPass(bool CompileKernel, bool Recover) argument
346 HWAddressSanitizerPass(bool CompileKernel, bool Recover) argument
[all...]
H A DAddressSanitizer.cpp677 bool Recover; member in struct:__anon5585::AddressSanitizer
733 bool Recover; member in class:__anon5585::AddressSanitizerLegacyPass
804 bool Recover; member in class:__anon5585::ModuleAddressSanitizer
856 bool Recover; member in class:__anon5585::ModuleAddressSanitizerLegacyPass
1163 AddressSanitizerPass(bool CompileKernel, bool Recover, bool UseAfterScope) argument
1187 ModuleAddressSanitizerPass(bool CompileKernel, bool Recover, bool UseGlobalGC, bool UseOdrIndicator) argument
1222 createAddressSanitizerFunctionPass(bool CompileKernel, bool Recover, bool UseAfterScope) argument
1237 createModuleAddressSanitizerLegacyPassPass( bool CompileKernel, bool Recover, bool UseGlobalsGC, bool UseOdrIndicator) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp261 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address); local
285 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::HWAddress); local
303 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Memory); local
1188 bool Recover = CodeGenOpts.SanitizeRecover.has(SanitizerKind::Address); local
1240 bool Recover = CodeGenOpts.SanitizeRecover.has(SanitizerKind::HWAddress); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp795 bool Recover = Complain && !isSFINAEContext(); local
10768 const bool Recover = true; local
[all...]

Completed in 97 milliseconds