Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp716 bool CompressAllSections, bool UseMD5, in handleExtBinaryWriter() argument
725 if (CompressAllSections) { in handleExtBinaryWriter()
748 StringRef ProfileSymbolListFile, bool CompressAllSections, in mergeSampleProfile() argument
841 CompressAllSections, UseMD5, GenPartialProfile); in mergeSampleProfile()
965 cl::opt<bool> CompressAllSections( in merge_main() local
1064 OutputFormat, ProfileSymbolListFile, CompressAllSections, in merge_main()