Searched defs:RecoveryReproducerContext (Results 1 – 1 of 1) sorted by relevance
614 struct RecoveryReproducerContext { struct631 std::string pipeline;634 Operation *preCrashOperation;637 StringRef filename;640 bool disableThreads;641 bool verifyPasses;647 static llvm::ManagedStatic<llvm::sys::SmartMutex<true>> reproducerMutex;650 reproducerSet;659 RecoveryReproducerContext::RecoveryReproducerContext( in RecoveryReproducerContext() function in RecoveryReproducerContext