Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ProfileData/
HDInstrProfReader.h128 class RawInstrProfReader : public InstrProfReader {
158 RawInstrProfReader(const RawInstrProfReader &) = delete;
159 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;
161 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in RawInstrProfReader() function
185 typedef RawInstrProfReader<uint32_t> RawInstrProfReader32;
186 typedef RawInstrProfReader<uint64_t> RawInstrProfReader64;
/NextBSD/contrib/llvm/lib/ProfileData/
HDInstrProfReader.cpp172 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
182 std::error_code RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
195 RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
226 RawInstrProfReader<IntPtrT>::readHeader(const RawHeader &Header) { in readHeader()
256 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord()
293 template class RawInstrProfReader<uint32_t>; variable
294 template class RawInstrProfReader<uint64_t>; variable