Home
last modified time | relevance | path

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

/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
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h23 enum class ErrorAction { Abort, Recover }; enumerator
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp683 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 DGLRTest.cpp
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp292 HWAddressSanitizer(Module & M,bool CompileKernel,bool Recover,const StackSafetyGlobalInfo * SSI) HWAddressSanitizer() argument
417 bool Recover; global() member in __anon112a5b020111::HWAddressSanitizer
[all...]
H A DAddressSanitizer.cpp834 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 DMemorySanitizer.cpp575 bool Recover; global() member in __anon6be095360211::MemorySanitizer
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5547 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 DSemaTemplate.cpp784 bool Recover = Complain && !isSFINAEContext(); DiagnoseUninstantiableTemplate() local
12093 const bool Recover = true; diagnose() local
[all...]