Searched refs:DebugBinPath (Results 1 – 2 of 2) sorted by relevance
332 ProfiledBinary(const StringRef ExeBinPath, const StringRef DebugBinPath) in ProfiledBinary() argument333 : Path(ExeBinPath), DebugBinaryPath(DebugBinPath), ProEpilogTracker(this), in ProfiledBinary()337 SymbolizerPath = DebugBinPath.empty() ? ExeBinPath : DebugBinPath; in ProfiledBinary()
65 static cl::opt<std::string> DebugBinPath( variable156 std::make_unique<ProfiledBinary>(BinaryPath, DebugBinPath); in main()