Lines Matching defs:OutputFormat
170 cl::opt<ProfileFormat> OutputFormat(
934 ProfileFormat OutputFormat,
938 OutputFormat == PF_Text ? sys::fs::OF_TextWithCRLF
943 if (OutputFormat == PF_Text) {
960 if (OutputFormat == PF_Compact_Binary)
962 if (OutputFormat != PF_Binary && OutputFormat != PF_Ext_Binary &&
963 OutputFormat != PF_Text)
1081 writeInstrProfile(OutputFilename, OutputFormat, Contexts[0]->Writer);
1426 /// \p OutputFormat specifies the output profile format. \p OutputSparse
1470 writeInstrProfile(OutputFilename, OutputFormat, WC->Writer);
1540 ProfileFormat OutputFormat,
1546 if (OutputFormat == PF_Binary)
1553 if (WriterList.size() > 0 && OutputFormat != PF_Ext_Binary)
1560 if (OutputFormat != PF_Ext_Binary)
1566 if (OutputFormat != PF_Ext_Binary)
1572 if (OutputFormat != PF_Ext_Binary)
1672 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]);
1680 handleExtBinaryWriter(*Writer, OutputFormat, Buffer.get(), WriterList,