Home
last modified time | relevance | path

Searched refs:TextualIR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp33 Snapshot.TextualIR = dumpIR(F); in takeSnapshot()
47 dbgs() << OrigFS.TextualIR << "\n"; in diff()
54 dbgs() << "Original:\n" << OrigFS.TextualIR << "\n"; in diff()
55 dbgs() << "Current:\n" << CurrFS.TextualIR << "\n"; in diff()
64 dbgs() << CurrFS.TextualIR << "\n"; in diff()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h85 std::string TextualIR; member