Searched defs:RecoveryReproducerContext (Results 1 – 1 of 1) sorted by relevance
39 struct RecoveryReproducerContext { struct63 std::string pipeline;66 Operation *preCrashOperation;70 PassManager::ReproducerStreamFactory &streamFactory;73 bool disableThreads;74 bool verifyPasses;80 static llvm::ManagedStatic<llvm::sys::SmartMutex<true>> reproducerMutex;83 reproducerSet;93 RecoveryReproducerContext::RecoveryReproducerContext( in RecoveryReproducerContext() function in RecoveryReproducerContext