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.h310 class RawInstrProfReader : public InstrProfReader {
352 RawInstrProfReader(std::unique_ptr<MemoryBuffer> DataBuffer, in RawInstrProfReader() function
359 RawInstrProfReader(const RawInstrProfReader &) = delete;
360 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;
469 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>;
470 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.cpp466 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind()
472 RawInstrProfReader<IntPtrT>::getTemporalProfTraces( in getTemporalProfTraces()
490 bool RawInstrProfReader<IntPtrT>::hasFormat(const MemoryBuffer &DataBuffer) { in hasFormat()
500 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader()
512 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader()
540 Error RawInstrProfReader<IntPtrT>::createSymtab(InstrProfSymtab &Symtab) { in createSymtab()
569 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader()
675 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
681 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
687 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