Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DMemorySanitizer.h32 bool Recover; member
H A DHWAddressSanitizer.h32 bool Recover; member
H A DAddressSanitizer.h25 bool Recover = false; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h23 enum class ErrorAction { Abort, Recover }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp668 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask); addSanitizers() local
717 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask); addSanitizers() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp272 HWAddressSanitizer(Module & M,bool CompileKernel,bool Recover,const StackSafetyGlobalInfo * SSI) HWAddressSanitizer() argument
393 bool Recover; global() member in __anon5749a7010111::HWAddressSanitizer
[all...]
H A DAddressSanitizer.cpp762 bool Recover; global() member
795 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
878 bool Recover; global() member in __anonc0eafb620211::ModuleAddressSanitizer
1728 genAMDGPUReportBlock(IRBuilder<> & IRB,Value * Cond,bool Recover) genAMDGPUReportBlock() argument
[all...]
H A DMemorySanitizer.cpp572 bool Recover; global() member in __anon427849950211::MemorySanitizer
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5681 diagnoseMissingImport(SourceLocation Loc,const NamedDecl * Decl,MissingImportKind MIK,bool Recover) diagnoseMissingImport() argument
5713 diagnoseMissingImport(SourceLocation UseLoc,const NamedDecl * Decl,SourceLocation DeclLoc,ArrayRef<Module * > Modules,MissingImportKind MIK,bool Recover) diagnoseMissingImport() argument
H A DSemaTemplate.cpp811 bool Recover = Complain && !isSFINAEContext(); DiagnoseUninstantiableTemplate() local
11687 const bool Recover = true; diagnose() local
[all...]