Searched defs:Recover (Results 1 – 11 of 11) sorted by relevance
/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
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_checks.h | 23 enum class ErrorAction { Abort, Recover }; enumerator
|
/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 683 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask); addSanitizers() local 735 bool Recover = CodeGenOpts.SanitizeRecover.has(Mask); addSanitizers() local
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | GLRTest.cpp |
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 292 HWAddressSanitizer(Module & M,bool CompileKernel,bool Recover,const StackSafetyGlobalInfo * SSI) HWAddressSanitizer() argument 417 bool Recover; global() member in __anon112a5b020111::HWAddressSanitizer [all...] |
H A D | AddressSanitizer.cpp | 834 bool Recover; global() member 867 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 950 bool Recover; global() member in __anon175cbb230211::ModuleAddressSanitizer 1811 genAMDGPUReportBlock(IRBuilder<> & IRB,Value * Cond,bool Recover) genAMDGPUReportBlock() argument [all...] |
H A D | MemorySanitizer.cpp | 575 bool Recover; global() member in __anon6be095360211::MemorySanitizer [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 5547 diagnoseMissingImport(SourceLocation Loc,const NamedDecl * Decl,MissingImportKind MIK,bool Recover) diagnoseMissingImport() argument 5579 diagnoseMissingImport(SourceLocation UseLoc,const NamedDecl * Decl,SourceLocation DeclLoc,ArrayRef<Module * > Modules,MissingImportKind MIK,bool Recover) diagnoseMissingImport() argument
|
H A D | SemaTemplate.cpp | 784 bool Recover = Complain && !isSFINAEContext(); DiagnoseUninstantiableTemplate() local 12093 const bool Recover = true; diagnose() local [all...] |