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