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.cpp738 bool FixedLengthMD5 = in readOneSection() local
746 if (std::error_code EC = readNameTableSec(UseMD5, FixedLengthMD5)) in readOneSection()
1152 bool FixedLengthMD5) { in readNameTableSec() argument
1153 if (FixedLengthMD5) { in readNameTableSec()
1181 assert(!FixedLengthMD5 && "FixedLengthMD5 should be unreachable here"); in readNameTableSec()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h791 std::error_code readNameTableSec(bool IsMD5, bool FixedLengthMD5);