Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-readtapi/
H A DDiffEngine.cpp286 DiffOutput recordDifferences(T LHS, T RHS, std::string Attr) { in recordDifferences() function
297 DiffOutput recordDifferences(const std::vector<T> &LHS, in recordDifferences() function
306 DiffOutput recordDifferences(llvm::MachO::InterfaceFile::const_symbol_range LHS, in recordDifferences() function
321 Output.push_back(recordDifferences( in findDifferences()
329 Output.push_back(recordDifferences( in findDifferences()
336 Output.push_back(recordDifferences( in findDifferences()
344 recordDifferences(DiffScalarVal<uint8_t, AD_Diff_Scalar_Unsigned>( in findDifferences()
351 Output.push_back(recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
360 recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
367 Output.push_back(recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
[all …]