Lines Matching refs:OutputFormat
306 ProfileFormat OutputFormat, in writeInstrProfile() argument
310 OutputFormat == PF_Text ? sys::fs::OF_TextWithCRLF in writeInstrProfile()
315 if (OutputFormat == PF_Text) { in writeInstrProfile()
329 ProfileFormat OutputFormat, bool OutputSparse, in mergeInstrProfile() argument
331 if (OutputFormat != PF_Binary && OutputFormat != PF_Compact_Binary && in mergeInstrProfile()
332 OutputFormat != PF_Ext_Binary && OutputFormat != PF_Text) in mergeInstrProfile()
398 writeInstrProfile(OutputFilename, OutputFormat, Contexts[0]->Writer); in mergeInstrProfile()
550 StringRef OutputFilename, ProfileFormat OutputFormat, bool OutputSparse, in supplementInstrProfile() argument
583 writeInstrProfile(OutputFilename, OutputFormat, WC->Writer); in supplementInstrProfile()
653 ProfileFormat OutputFormat, in handleExtBinaryWriter() argument
659 if (WriterList.size() > 0 && OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
666 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
672 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
678 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
687 StringRef OutputFilename, ProfileFormat OutputFormat, in mergeSampleProfile() argument
766 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
774 handleExtBinaryWriter(*Writer, OutputFormat, Buffer.get(), WriterList, in mergeSampleProfile()
872 cl::opt<ProfileFormat> OutputFormat( in merge_main() local
978 OutputFormat, OutputSparse, SupplMinSizeThreshold, in merge_main()
985 OutputFormat, OutputSparse, NumThreads, FailureMode); in merge_main()
988 OutputFormat, ProfileSymbolListFile, CompressAllSections, in merge_main()