Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h316 bool UseMD5 = false; variable
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp46 bool FunctionSamples::UseMD5 = false; member in llvm::sampleprof::FunctionSamples
H A DSampleProfReader.cpp740 bool UseMD5 = hasSecFlag(Entry, SecNameTableFlags::SecFlagMD5Name); in readOneSection() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp933 bool CompressAllSections, bool UseMD5, in handleExtBinaryWriter()
966 bool UseMD5, bool GenPartialProfile, bool GenCSNestedProfile, in mergeSampleProfile()
1189 cl::opt<bool> UseMD5( in merge_main() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp36 static cl::opt<bool> UseMD5( variable