Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h271 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>; variable
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp76 else if (RawInstrProfReader64::hasFormat(*Buffer)) in create()
77 Result.reset(new RawInstrProfReader64(std::move(Buffer))); in create()