Searched refs:DiffSymVec (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.h | 118 class DiffSymVec : public AttributeDiff { 123 DiffSymVec(MachO::Target Targ) : AttributeDiff(AD_Sym_Vec), Targ(Targ){}; in DiffSymVec() function
|
| H A D | DiffEngine.cpp | 168 addDiffForTargSlice<DiffSymVec, SymScalar>(Sym, Targ, Diff, Order); in getSingleAttrDiff() 278 addDiffForTargSlice<DiffSymVec, SymScalar>(Sym, Targ, Result, Order); in findAndAddDiff() 477 void printVecVal<DiffSymVec>(std::string Indent, const DiffOutput &Attr, in printVecVal() 484 std::vector<DiffSymVec *> SortedAttrs; in printVecVal() 487 castValues<DiffSymVec>); in printVecVal() 528 printVecVal<DiffSymVec>(Indent, Attr, OS); in printDifferences()
|