Lines Matching refs:Recover
126 "asan-recover",
407 explicit AddressSanitizer(bool CompileKernel = false, bool Recover = false)
409 Recover(Recover || ClRecover) {
485 bool Recover;
510 bool Recover = false)
512 Recover(Recover || ClRecover) {}
530 bool Recover;
763 bool Recover) {
764 assert(!CompileKernel || Recover);
765 return new AddressSanitizer(CompileKernel, Recover);
775 bool Recover) {
776 assert(!CompileKernel || Recover);
777 return new AddressSanitizerModule(CompileKernel, Recover);
1106 if (Recover) {
1116 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover);
1458 const std::string EndingStr = Recover ? "_noabort" : "";