Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h434 Error readFuncHash(NamedInstrProfRecord &Record);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp681 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash() function in RawInstrProfReader
840 if (Error E = readFuncHash(Record)) in readNextRecord()