Home
last modified time | relevance | path

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

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