Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
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<Instruction*,Instruction*> DiffRecord; typedef
62 SmallVector<DiffRecord, 20> Diff;