Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DMissingFrameInferrer.h22 class ProfiledBinary; variable
H A DProfiledBinary.h55 class ProfiledBinary; variable
H A DProfiledBinary.cpp165 ProfiledBinary::ProfiledBinary(const StringRef ExeBinPath, in ProfiledBinary() function in llvm::sampleprof::ProfiledBinary
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp251 const StringRef ProfiledBinary, WriterContext *WC) { in loadInput()
397 const StringRef ProfiledBinary) { in mergeInstrProfile()
1236 cl::opt<std::string> ProfiledBinary( in merge_main() local
2793 const std::string &ProfiledBinary, in showMemProfProfile()
2927 cl::opt<std::string> ProfiledBinary( in show_main() local
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp173 RawMemProfReader::create(const Twine &Path, const StringRef ProfiledBinary, in create()