Home
last modified time | relevance | path

Searched refs:IRSnapshotChecker (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp20 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h79 class IRSnapshotChecker {
106 IRSnapshotChecker(Context &Ctx) : Ctx(Ctx) {} in IRSnapshotChecker() function
458 IRSnapshotChecker SnapshotChecker;
H A DContext.h76 friend class IRSnapshotChecker; // To snapshot LLVMModuleToModuleMap.