Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h465 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp181 else if (RawInstrProfReader32::hasFormat(*Buffer)) in create()
182 Result.reset(new RawInstrProfReader32(std::move(Buffer), Correlator, Warn)); in create()