Home
last modified time | relevance | path

Searched refs:DebugBinPath (Results 1 – 2 of 2) 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()
H A Dllvm-profgen.cpp65 static cl::opt<std::string> DebugBinPath( variable
156 std::make_unique<ProfiledBinary>(BinaryPath, DebugBinPath); in main()