Home
last modified time | relevance | path

Searched defs:RawInstrProfReader (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp838 template class RawInstrProfReader<uint32_t>; variable
839 template class RawInstrProfReader<uint64_t>; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h348 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer, in RawInstrProfReader() function