Home
last modified time | relevance | path

Searched defs:ProfiledBinary (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h55 class ProfiledBinary; variable
332 ProfiledBinary(const StringRef ExeBinPath, const StringRef DebugBinPath) in ProfiledBinary() function
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp243 const StringRef ProfiledBinary, WriterContext *WC) { in loadInput()
379 const StringRef ProfiledBinary) { in mergeInstrProfile()
1016 cl::opt<std::string> ProfiledBinary( in merge_main() local
2533 const std::string &ProfiledBinary, in showMemProfProfile()
2646 cl::opt<std::string> ProfiledBinary( in show_main() local
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp172 RawMemProfReader::create(const Twine &Path, const StringRef ProfiledBinary, in create()