Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h310 class RawInstrProfReader : public InstrProfReader {
348 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer, in RawInstrProfReader() function
355 RawInstrProfReader(const RawInstrProfReader &) = delete;
356 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;
465 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>;
466 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp461 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind()
467 RawInstrProfReader<IntPtrT>::getTemporalProfTraces( in getTemporalProfTraces()
495 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
535 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
548 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()
648 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
759 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData()
822 Error RawInstrProfReader<IntPtrT>::readBinaryIds( in readBinaryIds()
830 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) { in printBinaryIds()
838 template class RawInstrProfReader<uint32_t>; variable
[all …]