Lines Matching refs:Recover
635 bool CompileKernel = false, bool Recover = false, in AddressSanitizer()
641 Recover(ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover), in AddressSanitizer()
737 bool Recover; member
768 bool Recover = false, bool UseGlobalsGC = true, in ModuleAddressSanitizer() argument
773 Recover(ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover), in ModuleAddressSanitizer()
838 bool Recover; member in __anon187e16000211::ModuleAddressSanitizer
1132 Options.Recover, UseGlobalGC, in run()
1140 Options.Recover, Options.UseAfterScope, in run()
1623 if (Recover) { in instrumentAddress()
1633 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
2477 const std::string EndingStr = Recover ? "_noabort" : ""; in initializeCallbacks()