Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp701 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords()
716 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords()
731 InstrProfReaderIndex<HashTableImpl>::InstrProfReaderIndex( in InstrProfReaderIndex() function in InstrProfReaderIndex
743 InstrProfKind InstrProfReaderIndex<HashTableImpl>::getProfileKind() const { in getProfileKind()
770 InstrProfReaderIndex<HashTableImpl> &Underlying) in InstrProfReaderItaniumRemapper()
862 InstrProfReaderIndex<HashTableImpl> &Underlying;
961 auto IndexPtr = std::make_unique<InstrProfReaderIndex<OnDiskHashTableImplV3>>( in readHeader()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h485 class InstrProfReaderIndex : public InstrProfReaderIndexBase {
494 InstrProfReaderIndex(const unsigned char *Buckets,
498 ~InstrProfReaderIndex() override = default;