Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp936 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords()
951 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords()
966 InstrProfReaderIndex<HashTableImpl>::InstrProfReaderIndex( in InstrProfReaderIndex() function in InstrProfReaderIndex
978 InstrProfKind InstrProfReaderIndex<HashTableImpl>::getProfileKind() const { in getProfileKind()
1005 InstrProfReaderIndex<HashTableImpl> &Underlying) in InstrProfReaderItaniumRemapper()
1098 InstrProfReaderIndex<HashTableImpl> &Underlying;
1198 auto IndexPtr = std::make_unique<InstrProfReaderIndex<OnDiskHashTableImplV3>>( in readHeader()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h564 class InstrProfReaderIndex : public InstrProfReaderIndexBase {
573 InstrProfReaderIndex(const unsigned char *Buckets,
577 ~InstrProfReaderIndex() override = default;