Home | History | Annotate | Download | only in Core

Lines Matching defs:Profile

23 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T,
25 T.Profile(ID);
29 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID,
41 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) {
42 X.first.Profile(ID);
48 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) {
49 X.first.Profile(ID);
50 X.second.Profile(ID);
77 X.Profile(ID);
112 CompoundValData::Profile(ID, T, Vals);
130 LazyCompoundValData::Profile(ID, store, region);
248 V.Profile(ID);
273 V1.Profile(ID);
274 V2.Profile(ID);