Home
last modified time | relevance | path

Searched refs:LengthOrHashCode (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DFunctionId.h42 uint64_t LengthOrHashCode = 0; variable
68 : LengthOrHashCode(HashCode) { in FunctionId()
77 return LengthOrHashCode == Other.LengthOrHashCode && in equals()
87 Data, Other.Data, std::min(LengthOrHashCode, Other.LengthOrHashCode)); in compare()
90 if (LengthOrHashCode == Other.LengthOrHashCode) in compare()
92 return LengthOrHashCode < Other.LengthOrHashCode ? -1 : 1; in compare()
100 if (LengthOrHashCode != 0) in str()
111 assert(LengthOrHashCode == 0 && in stringRef()
126 return LengthOrHashCode; in getHashCode()
162 if (Obj.LengthOrHashCode != 0)
[all …]