Home
last modified time | relevance | path

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

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