Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp676 template class RawInstrProfReader<uint32_t>; variable
677 template class RawInstrProfReader<uint64_t>; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h311 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer, in RawInstrProfReader() function