Searched refs:CorrelateFilename (Results 1 – 1 of 1) sorted by relevance
920 std::string CorrelateFilename; in mergeInstrProfile() local923 CorrelateFilename = DebugInfoFilename; in mergeInstrProfile()926 CorrelateFilename = BinaryFilename; in mergeInstrProfile()932 if (auto Err = InstrProfCorrelator::get(CorrelateFilename, CorrelateKind) in mergeInstrProfile()934 exitWithError(std::move(Err), CorrelateFilename); in mergeInstrProfile()936 exitWithError(std::move(Err), CorrelateFilename); in mergeInstrProfile()