Lines Matching refs:OutputFormat
353 ProfileFormat OutputFormat, in writeInstrProfile() argument
357 OutputFormat == PF_Text ? sys::fs::OF_TextWithCRLF in writeInstrProfile()
362 if (OutputFormat == PF_Text) { in writeInstrProfile()
377 ProfileFormat OutputFormat, bool OutputSparse, in mergeInstrProfile() argument
380 if (OutputFormat != PF_Binary && OutputFormat != PF_Compact_Binary && in mergeInstrProfile()
381 OutputFormat != PF_Ext_Binary && OutputFormat != PF_Text) in mergeInstrProfile()
458 writeInstrProfile(OutputFilename, OutputFormat, Contexts[0]->Writer); in mergeInstrProfile()
610 StringRef OutputFilename, ProfileFormat OutputFormat, bool OutputSparse, in supplementInstrProfile() argument
643 writeInstrProfile(OutputFilename, OutputFormat, WC->Writer); in supplementInstrProfile()
713 ProfileFormat OutputFormat, in handleExtBinaryWriter() argument
719 if (WriterList.size() > 0 && OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
726 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
732 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
738 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
747 StringRef OutputFilename, ProfileFormat OutputFormat, in mergeSampleProfile() argument
832 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
840 handleExtBinaryWriter(*Writer, OutputFormat, Buffer.get(), WriterList, in mergeSampleProfile()
938 cl::opt<ProfileFormat> OutputFormat( in merge_main() local
1053 OutputFormat, OutputSparse, SupplMinSizeThreshold, in merge_main()
1060 OutputFilename, OutputFormat, OutputSparse, NumThreads, in merge_main()
1064 OutputFormat, ProfileSymbolListFile, CompressAllSections, in merge_main()