Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp283 DiffOutput recordDifferences(T LHS, T RHS, std::string Attr) { in recordDifferences() function
294 DiffOutput recordDifferences(const std::vector<T> &LHS, in recordDifferences() function
318 Output.push_back(recordDifferences( in findDifferences()
326 Output.push_back(recordDifferences( in findDifferences()
333 Output.push_back(recordDifferences( in findDifferences()
341 recordDifferences(DiffScalarVal<uint8_t, AD_Diff_Scalar_Unsigned>( in findDifferences()
347 Output.push_back(recordDifferences( in findDifferences()
362 recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
369 Output.push_back(recordDifferences(IFLHS->reexportedLibraries(), in findDifferences()
374 Output.push_back(recordDifferences(IFLHS->allowableClients(), in findDifferences()
[all …]