Searched refs:DebugBinPath (Results 1 – 3 of 3) sorted by relevance
63 static cl::opt<std::string> DebugBinPath( variable154 std::make_unique<ProfiledBinary>(BinaryPath, DebugBinPath); in main()
166 const StringRef DebugBinPath) in ProfiledBinary() argument167 : Path(ExeBinPath), DebugBinaryPath(DebugBinPath), ProEpilogTracker(this), in ProfiledBinary()170 SymbolizerPath = DebugBinPath.empty() ? ExeBinPath : DebugBinPath; in ProfiledBinary()
344 ProfiledBinary(const StringRef ExeBinPath, const StringRef DebugBinPath);