Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffLog.cpp32 Diff.push_back(DiffRecord(L, R)); in addMatch()
36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
40 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
H A DDiffLog.h61 typedef std::pair<const Instruction *, const Instruction *> DiffRecord; typedef
62 SmallVector<DiffRecord, 20> Diff;