Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp63 static cl::opt<std::string> DebugBinPath( variable
154 std::make_unique<ProfiledBinary>(BinaryPath, DebugBinPath); in main()
H A DProfiledBinary.cpp166 const StringRef DebugBinPath) in ProfiledBinary() argument
167 : Path(ExeBinPath), DebugBinaryPath(DebugBinPath), ProEpilogTracker(this), in ProfiledBinary()
170 SymbolizerPath = DebugBinPath.empty() ? ExeBinPath : DebugBinPath; in ProfiledBinary()
H A DProfiledBinary.h344 ProfiledBinary(const StringRef ExeBinPath, const StringRef DebugBinPath);