Home
last modified time | relevance | path

Searched refs:RawInstrProfReader64 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h470 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp176 else if (RawInstrProfReader64::hasFormat(*Buffer)) in create()
177 Result.reset(new RawInstrProfReader64(std::move(Buffer), Correlator, Warn)); in create()