Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp121 cl::opt<std::string> DebugInfoFilename( variable
860 if (!DebugInfoFilename.empty() && !BinaryFilename.empty()) in mergeInstrProfile()
864 if (!DebugInfoFilename.empty()) { in mergeInstrProfile()
865 CorrelateFilename = DebugInfoFilename; in mergeInstrProfile()
3175 if (Filename.empty() && DebugInfoFilename.empty()) in show_main()
3178 DebugInfoFilename.ArgStr + "' is provided"); in show_main()
3196 if (!DebugInfoFilename.empty()) in show_main()
3197 return showDebugInfoCorrelation(DebugInfoFilename, SFormat, OS); in show_main()