Home
last modified time | relevance | path

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

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