Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp121 cl::opt<std::string> DebugInfoFilename( variable
918 if (!DebugInfoFilename.empty() && !BinaryFilename.empty()) in mergeInstrProfile()
922 if (!DebugInfoFilename.empty()) { in mergeInstrProfile()
923 CorrelateFilename = DebugInfoFilename; in mergeInstrProfile()
3250 if (Filename.empty() && DebugInfoFilename.empty()) in show_main()
3253 DebugInfoFilename.ArgStr + "' is provided"); in show_main()
3272 if (!DebugInfoFilename.empty()) in show_main()
3273 return showDebugInfoCorrelation(DebugInfoFilename, SFormat, OS); in show_main()