Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp626 template class RawInstrProfReader<uint32_t>; variable
627 template class RawInstrProfReader<uint64_t>; variable
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h288 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer, in RawInstrProfReader() function