Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp186 RawMemProfReader::create(const Twine &Path, const StringRef ProfiledBinary, in create() argument
193 return create(std::move(Buffer), ProfiledBinary, KeepName); in create()
198 const StringRef ProfiledBinary, bool KeepName) { in create() argument
202 if (ProfiledBinary.empty()) { in create()
217 auto BinaryOr = llvm::object::createBinary(ProfiledBinary); in create()
219 return report(BinaryOr.takeError(), ProfiledBinary); in create()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h133 create(const Twine &Path, StringRef ProfiledBinary, bool KeepName = false);
135 create(std::unique_ptr<MemoryBuffer> Buffer, StringRef ProfiledBinary,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp117 cl::opt<std::string> ProfiledBinary( variable
617 const StringRef ProfiledBinary, WriterContext *WC) { in loadInput() argument
627 auto ReaderOrErr = RawMemProfReader::create(Input.Filename, ProfiledBinary); in loadInput()
849 const StringRef ProfiledBinary) { in mergeInstrProfile() argument
898 loadInput(Input, Remapper, Correlator.get(), ProfiledBinary, in mergeInstrProfile()
906 Pool.async(loadInput, Input, Remapper, Correlator.get(), ProfiledBinary, in mergeInstrProfile()
1652 ProfiledBinary); in merge_main()
3125 Filename, ProfiledBinary, /*KeepNames=*/true); in showMemProfProfile()