Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h206 class RawInstrProfReader : public InstrProfReader {
232 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer) in RawInstrProfReader() function
234 RawInstrProfReader(const RawInstrProfReader &) = delete;
235 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;
314 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>;
315 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp302 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
312 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
324 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
350 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
363 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()
414 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
426 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
459 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()
516 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) { in printBinaryIds()
544 template class RawInstrProfReader<uint32_t>; variable
[all …]