Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.h163 std::vector<DiffOutput> findDifferences(const MachO::InterfaceFile *,
H A DDiffEngine.cpp315 DiffEngine::findDifferences(const InterfaceFile *IFLHS, in findDifferences() function in DiffEngine
401 findDifferences(DocLHS.get(), Pair->get())); in findDifferences()
553 std::vector<DiffOutput> Diffs = findDifferences(IFLHS, IFRHS); in compareFiles()