Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h328 class RawInstrProfReader : public InstrProfReader {
378 RawInstrProfReader( in RawInstrProfReader() function
390 RawInstrProfReader(const RawInstrProfReader &) = delete;
391 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;
504 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>;
505 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>;
H A DInstrProfData.inc221 * RawInstrProfReader converts profiled virtual table addresses to virtual table
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp478 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind()
484 RawInstrProfReader<IntPtrT>::getTemporalProfTraces( in getTemporalProfTraces()
502 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
512 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
524 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
552 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
581 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()
708 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
714 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
720 Error RawInstrProfReader<IntPtrT>::readRawCounts( in readRawCounts()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc221 * RawInstrProfReader converts profiled virtual table addresses to virtual table