Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp971 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords()
986 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords()
1001 InstrProfReaderIndex<HashTableImpl>::InstrProfReaderIndex( in InstrProfReaderIndex() function in InstrProfReaderIndex
1013 InstrProfKind InstrProfReaderIndex<HashTableImpl>::getProfileKind() const { in getProfileKind()
1040 InstrProfReaderIndex<HashTableImpl> &Underlying) in InstrProfReaderItaniumRemapper()
1133 InstrProfReaderIndex<HashTableImpl> &Underlying;
1372 auto IndexPtr = std::make_unique<InstrProfReaderIndex<OnDiskHashTableImplV3>>( in readHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h570 class InstrProfReaderIndex : public InstrProfReaderIndexBase {
579 InstrProfReaderIndex(const unsigned char *Buckets,
583 ~InstrProfReaderIndex() override = default;