Home
last modified time | relevance | path

Searched refs:CorrelateFilename (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp920 std::string CorrelateFilename; in mergeInstrProfile() local
923 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()