Lines Matching refs:OutputFormat
151 cl::opt<ProfileFormat> OutputFormat( variable
826 ProfileFormat OutputFormat, in writeInstrProfile() argument
830 OutputFormat == PF_Text ? sys::fs::OF_TextWithCRLF in writeInstrProfile()
835 if (OutputFormat == PF_Text) { in writeInstrProfile()
852 if (OutputFormat == PF_Compact_Binary) in mergeInstrProfile()
854 if (OutputFormat != PF_Binary && OutputFormat != PF_Ext_Binary && in mergeInstrProfile()
855 OutputFormat != PF_Text) in mergeInstrProfile()
946 writeInstrProfile(OutputFilename, OutputFormat, Contexts[0]->Writer); in mergeInstrProfile()
1337 writeInstrProfile(OutputFilename, OutputFormat, WC->Writer); in supplementInstrProfile()
1406 ProfileFormat OutputFormat, in handleExtBinaryWriter() argument
1412 if (WriterList.size() > 0 && OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
1419 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
1425 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
1431 if (OutputFormat != PF_Ext_Binary) in handleExtBinaryWriter()
1530 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
1538 handleExtBinaryWriter(*Writer, OutputFormat, Buffer.get(), WriterList, in mergeSampleProfile()