Lines Matching refs:Recover
612 bool CompileKernel = false, bool Recover = false, in AddressSanitizer()
618 Recover(ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover), in AddressSanitizer()
712 bool Recover; member
743 bool CompileKernel = false, bool Recover = false, in AddressSanitizerLegacyPass() argument
747 : FunctionPass(ID), CompileKernel(CompileKernel), Recover(Recover), in AddressSanitizerLegacyPass()
766 AddressSanitizer ASan(*F.getParent(), &GlobalsMD, CompileKernel, Recover, in runOnFunction()
773 bool Recover; member in __anonf69996040211::AddressSanitizerLegacyPass
781 bool CompileKernel = false, bool Recover = false, in ModuleAddressSanitizer() argument
787 Recover(ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover), in ModuleAddressSanitizer()
853 bool Recover; member in __anonf69996040211::ModuleAddressSanitizer
881 bool CompileKernel = false, bool Recover = false, bool UseGlobalGC = true, in ModuleAddressSanitizerLegacyPass() argument
884 : ModulePass(ID), CompileKernel(CompileKernel), Recover(Recover), in ModuleAddressSanitizerLegacyPass()
900 ModuleAddressSanitizer ASanModule(M, &GlobalsMD, CompileKernel, Recover, in runOnModule()
908 bool Recover; member in __anonf69996040211::ModuleAddressSanitizerLegacyPass
1216 bool CompileKernel, bool Recover, bool UseAfterScope, in AddressSanitizerPass() argument
1218 : CompileKernel(CompileKernel), Recover(Recover), in AddressSanitizerPass()
1227 AddressSanitizer Sanitizer(M, R, CompileKernel, Recover, UseAfterScope, in run()
1241 bool CompileKernel, bool Recover, bool UseGlobalGC, bool UseOdrIndicator, in ModuleAddressSanitizerPass() argument
1243 : CompileKernel(CompileKernel), Recover(Recover), UseGlobalGC(UseGlobalGC), in ModuleAddressSanitizerPass()
1249 ModuleAddressSanitizer Sanitizer(M, &GlobalsMD, CompileKernel, Recover, in run()
1276 bool CompileKernel, bool Recover, bool UseAfterScope, in INITIALIZE_PASS_DEPENDENCY()
1278 assert(!CompileKernel || Recover); in INITIALIZE_PASS_DEPENDENCY()
1279 return new AddressSanitizerLegacyPass(CompileKernel, Recover, UseAfterScope, in INITIALIZE_PASS_DEPENDENCY()
1292 bool CompileKernel, bool Recover, bool UseGlobalsGC, bool UseOdrIndicator, in createModuleAddressSanitizerLegacyPassPass() argument
1294 assert(!CompileKernel || Recover); in createModuleAddressSanitizerLegacyPassPass()
1296 CompileKernel, Recover, UseGlobalsGC, UseOdrIndicator, Destructor); in createModuleAddressSanitizerLegacyPassPass()
1775 if (Recover) { in instrumentAddress()
1785 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
2631 const std::string EndingStr = Recover ? "_noabort" : ""; in initializeCallbacks()