Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp129 BinaryFilename("binary-file", cl::init(""), variable
918 if (!DebugInfoFilename.empty() && !BinaryFilename.empty()) in mergeInstrProfile()
925 } else if (!BinaryFilename.empty()) { in mergeInstrProfile()
926 CorrelateFilename = BinaryFilename; in mergeInstrProfile()