Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp126 static cl::opt<std::string> DebugInfoFilename( variable
979 if (DebugInfoFilename.empty()) { in mergeInstrProfile()
990 if (!DebugInfoFilename.empty()) { in mergeInstrProfile()
991 CorrelateFilename = DebugInfoFilename; in mergeInstrProfile()
3375 if (Filename.empty() && DebugInfoFilename.empty()) in show_main()
3378 DebugInfoFilename.ArgStr + "' is provided"); in show_main()
3397 if (!DebugInfoFilename.empty()) in show_main()
3398 return showDebugInfoCorrelation(DebugInfoFilename, SFormat, OS); in show_main()