Searched refs:ProfileCountType (Results 1 – 2 of 2) sorted by relevance
292 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enum300 ProfileCountType PCT = PCT_Real;303 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()306 ProfileCountType getType() const { return PCT; } in getType()320 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
1116 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount()