Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp709 bool FixedLengthMD5 = in readOneSection() local
717 if (std::error_code EC = readNameTableSec(UseMD5, FixedLengthMD5)) in readOneSection()
1089 bool FixedLengthMD5) { in readNameTableSec() argument
1090 if (FixedLengthMD5) { in readNameTableSec()
1118 assert(!FixedLengthMD5 && "FixedLengthMD5 should be unreachable here"); in readNameTableSec()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h728 std::error_code readNameTableSec(bool IsMD5, bool FixedLengthMD5);