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.cpp1004 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords()
1019 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords()
1034 InstrProfReaderIndex<HashTableImpl>::InstrProfReaderIndex( in InstrProfReaderIndex() function in InstrProfReaderIndex
1046 InstrProfKind InstrProfReaderIndex<HashTableImpl>::getProfileKind() const { in getProfileKind()
1073 InstrProfReaderIndex<HashTableImpl> &Underlying) in InstrProfReaderItaniumRemapper()
1166 InstrProfReaderIndex<HashTableImpl> &Underlying;
1262 auto IndexPtr = std::make_unique<InstrProfReaderIndex<OnDiskHashTableImplV3>>( in readHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h607 class InstrProfReaderIndex : public InstrProfReaderIndexBase {
616 InstrProfReaderIndex(const unsigned char *Buckets,
620 ~InstrProfReaderIndex() override = default;