Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h387 bool UseMD5 = false; global() variable
/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp46 bool FunctionSamples::UseMD5 = false; member in llvm::sampleprof::FunctionSamples
H A DSampleProfReader.cpp711 bool UseMD5 = hasSecFlag(Entry, SecNameTableFlags::SecFlagMD5Name); readOneSection() local
1056 bool UseMD5 = useMD5(); readNameTable() local
/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp35 static cl::opt<bool> UseMD5( variable
/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1467 handleExtBinaryWriter(sampleprof::SampleProfileWriter & Writer,ProfileFormat OutputFormat,MemoryBuffer * Buffer,sampleprof::ProfileSymbolList & WriterList,bool CompressAllSections,bool UseMD5,bool GenPartialProfile) handleExtBinaryWriter() argument