Lines Matching refs:OutputFilename

305 static void writeInstrProfile(StringRef OutputFilename,  in writeInstrProfile()  argument
309 raw_fd_ostream Output(OutputFilename.data(), EC, in writeInstrProfile()
313 exitWithErrorCode(EC, OutputFilename); in writeInstrProfile()
328 StringRef OutputFilename, in mergeInstrProfile() argument
398 writeInstrProfile(OutputFilename, OutputFormat, Contexts[0]->Writer); in mergeInstrProfile()
550 StringRef OutputFilename, ProfileFormat OutputFormat, bool OutputSparse, in supplementInstrProfile() argument
553 if (OutputFilename.compare("-") == 0) in supplementInstrProfile()
583 writeInstrProfile(OutputFilename, OutputFormat, WC->Writer); in supplementInstrProfile()
687 StringRef OutputFilename, ProfileFormat OutputFormat, in mergeSampleProfile() argument
766 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
768 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile()
864 cl::opt<std::string> OutputFilename("output", cl::value_desc("output"), in merge_main() local
867 cl::aliasopt(OutputFilename)); in merge_main()
977 supplementInstrProfile(WeightedInputs, SupplInstrWithSample, OutputFilename, in merge_main()
984 mergeInstrProfile(WeightedInputs, Remapper.get(), OutputFilename, in merge_main()
987 mergeSampleProfile(WeightedInputs, Remapper.get(), OutputFilename, in merge_main()
2482 cl::opt<std::string> OutputFilename("output", cl::value_desc("output"), in show_main() local
2485 cl::aliasopt(OutputFilename)); in show_main()
2514 if (Filename == OutputFilename) { in show_main()
2521 raw_fd_ostream OS(OutputFilename.data(), EC, sys::fs::OF_TextWithCRLF); in show_main()
2523 exitWithErrorCode(EC, OutputFilename); in show_main()