Searched refs:PCT_Invalid (Results 1 – 1 of 1) sorted by relevance
242 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator254 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount()257 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue()268 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid()