Searched defs:Recover (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | MemorySanitizer.h | 32 bool Recover; member
|
H A D | HWAddressSanitizer.h | 32 bool Recover; member
|
H A D | AddressSanitizer.h | 25 bool Recover = false; member
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_checks.h | 23 enum class ErrorAction { Abort, Recover }; enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 668 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 D | HWAddressSanitizer.cpp | 272 HWAddressSanitizer(Module & M,bool CompileKernel,bool Recover,const StackSafetyGlobalInfo * SSI) HWAddressSanitizer() argument 393 bool Recover; global() member in __anon5749a7010111::HWAddressSanitizer [all...] |
H A D | AddressSanitizer.cpp | 762 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 D | MemorySanitizer.cpp | 572 bool Recover; global() member in __anon427849950211::MemorySanitizer [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 5681 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 D | SemaTemplate.cpp | 811 bool Recover = Complain && !isSFINAEContext(); DiagnoseUninstantiableTemplate() local 11687 const bool Recover = true; diagnose() local [all...] |