Lines Matching refs:DebugInfoFilename
374 StringRef DebugInfoFilename, in mergeInstrProfile() argument
385 if (!DebugInfoFilename.empty()) { in mergeInstrProfile()
387 InstrProfCorrelator::get(DebugInfoFilename).moveInto(Correlator)) in mergeInstrProfile()
388 exitWithError(std::move(Err), DebugInfoFilename); in mergeInstrProfile()
390 exitWithError(std::move(Err), DebugInfoFilename); in mergeInstrProfile()
1013 cl::opt<std::string> DebugInfoFilename( in merge_main() local
1059 mergeInstrProfile(WeightedInputs, DebugInfoFilename, Remapper.get(), in merge_main()
2639 cl::opt<std::string> DebugInfoFilename( in show_main() local
2652 if (Filename.empty() && DebugInfoFilename.empty()) in show_main()
2655 DebugInfoFilename.ArgStr + "' is provided"); in show_main()
2671 if (!DebugInfoFilename.empty()) in show_main()
2672 return showDebugInfoCorrelation(DebugInfoFilename, ShowDetailedSummary, in show_main()