Searched refs:IRSnapshotChecker (Results 1 – 3 of 3) sorted by relevance
20 std::string IRSnapshotChecker::dumpIR(const llvm::Function &F) const { in dumpIR()27 IRSnapshotChecker::ContextSnapshot IRSnapshotChecker::takeSnapshot() const { in takeSnapshot()39 bool IRSnapshotChecker::diff(const ContextSnapshot &Orig, in diff()70 void IRSnapshotChecker::save() { OrigContextSnapshot = takeSnapshot(); } in save()72 void IRSnapshotChecker::expectNoDiff() { in expectNoDiff()
79 class IRSnapshotChecker {106 IRSnapshotChecker(Context &Ctx) : Ctx(Ctx) {} in IRSnapshotChecker() function458 IRSnapshotChecker SnapshotChecker;
76 friend class IRSnapshotChecker; // To snapshot LLVMModuleToModuleMap.