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