Searched refs:ExeBinPath (Results 1 – 1 of 1) 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()