Searched refs:ProfileCountType (Results 1 – 2 of 2) sorted by relevance
272 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enum280 ProfileCountType PCT = PCT_Real;283 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()286 ProfileCountType getType() const { return PCT; } in getType()300 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
1947 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount()