Home
last modified time | relevance | path

Searched defs:UseMD5 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h387 bool UseMD5 = false; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp46 bool FunctionSamples::UseMD5 = false; member in llvm::sampleprof::FunctionSamples
H A DSampleProfReader.cpp712 bool UseMD5 = hasSecFlag(Entry, SecNameTableFlags::SecFlagMD5Name); in readOneSection() local
1057 bool UseMD5 = useMD5(); in readNameTable() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1468 bool CompressAllSections, bool UseMD5, in handleExtBinaryWriter()