Searched refs:DebugInfoFilename (Results 1 – 1 of 1) sorted by relevance
121 cl::opt<std::string> DebugInfoFilename( variable918 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()