Lines Matching refs:Recover
615 explicit AddressSanitizer(bool CompileKernel = false, bool Recover = false, in AddressSanitizer()
618 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in AddressSanitizer()
714 bool Recover; member
744 bool Recover = false, in AddressSanitizerModule() argument
759 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in AddressSanitizerModule()
804 bool Recover; member in __anon17c98fd50211::AddressSanitizerModule
1091 bool Recover, in INITIALIZE_PASS_DEPENDENCY()
1093 assert(!CompileKernel || Recover); in INITIALIZE_PASS_DEPENDENCY()
1094 return new AddressSanitizer(CompileKernel, Recover, UseAfterScope); in INITIALIZE_PASS_DEPENDENCY()
1106 bool Recover, in createAddressSanitizerModulePass() argument
1109 assert(!CompileKernel || Recover); in createAddressSanitizerModulePass()
1110 return new AddressSanitizerModule(CompileKernel, Recover, UseGlobalsGC, in createAddressSanitizerModulePass()
1571 if (Recover) { in instrumentAddress()
1581 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
2340 const std::string EndingStr = Recover ? "_noabort" : ""; in initializeCallbacks()