Lines Matching refs:recordDifferences
286 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()
375 recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
382 Output.push_back(recordDifferences(IFLHS->reexportedLibraries(), in findDifferences()
387 Output.push_back(recordDifferences(IFLHS->rpaths(), IFRHS->rpaths(), in findDifferences()
391 Output.push_back(recordDifferences(IFLHS->allowableClients(), in findDifferences()
396 Output.push_back(recordDifferences(IFLHS->umbrellas(), IFRHS->umbrellas(), in findDifferences()
401 recordDifferences(IFLHS->symbols(), IFRHS->symbols(), "Symbols")); in findDifferences()