Home
last modified time | relevance | path

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

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