Lines Matching refs:OutputFormat
151 cl::opt<ProfileFormat> OutputFormat( variable
884 ProfileFormat OutputFormat, in writeInstrProfile() argument
888 OutputFormat == PF_Text ? sys::fs::OF_TextWithCRLF in writeInstrProfile()
893 if (OutputFormat == PF_Text) { in writeInstrProfile()
910 if (OutputFormat == PF_Compact_Binary) in mergeInstrProfile()
912 if (OutputFormat != PF_Binary && OutputFormat != PF_Ext_Binary && in mergeInstrProfile()
913 OutputFormat != PF_Text) in mergeInstrProfile()
1004 writeInstrProfile(OutputFilename, OutputFormat, Contexts[0]->Writer); in mergeInstrProfile()
1395 writeInstrProfile(OutputFilename, OutputFormat, WC->Writer); in supplementInstrProfile()
1465 ProfileFormat OutputFormat, in handleExtBinaryWriter() argument
1471 if (WriterList.size() > 0 && OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
1478 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
1484 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
1490 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
1590 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
1598 handleExtBinaryWriter(*Writer, OutputFormat, Buffer.get(), WriterList, in mergeSampleProfile()