Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp492 template class RawInstrProfReader<uint32_t>; variable
493 template class RawInstrProfReader<uint64_t>; variable
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h203 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in RawInstrProfReader() function