Home
last modified time | relevance | path

Searched refs:ExeBinPath (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h332 ProfiledBinary(const StringRef ExeBinPath, const StringRef DebugBinPath) in ProfiledBinary() argument
333 : Path(ExeBinPath), DebugBinaryPath(DebugBinPath), ProEpilogTracker(this), in ProfiledBinary()
337 SymbolizerPath = DebugBinPath.empty() ? ExeBinPath : DebugBinPath; in ProfiledBinary()