Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDiffLog.cpp33 Diff.push_back(DiffRecord(L, R)); in addMatch()
37 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
41 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
H A DDiffLog.h62 typedef std::pair<Instruction*,Instruction*> DiffRecord; typedef
63 SmallVector<DiffRecord, 20> Diff;