Lines Matching defs:OutputFormat
151 cl::opt<ProfileFormat> OutputFormat(
884 ProfileFormat OutputFormat,
888 OutputFormat == PF_Text ? sys::fs::OF_TextWithCRLF
893 if (OutputFormat == PF_Text) {
910 if (OutputFormat == PF_Compact_Binary)
912 if (OutputFormat != PF_Binary && OutputFormat != PF_Ext_Binary &&
913 OutputFormat != PF_Text)
1004 writeInstrProfile(OutputFilename, OutputFormat, Contexts[0]->Writer);
1351 /// \p OutputFormat specifies the output profile format. \p OutputSparse
1395 writeInstrProfile(OutputFilename, OutputFormat, WC->Writer);
1465 ProfileFormat OutputFormat,
1471 if (WriterList.size() > 0 && OutputFormat != PF_Ext_Binary)
1478 if (OutputFormat != PF_Ext_Binary)
1484 if (OutputFormat != PF_Ext_Binary)
1490 if (OutputFormat != PF_Ext_Binary)
1590 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]);
1598 handleExtBinaryWriter(*Writer, OutputFormat, Buffer.get(), WriterList,