Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h147 Error readValueProfileData(InstrProfRecord &Record);
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp175 TextInstrProfReader::readValueProfileData(InstrProfRecord &Record) { in readValueProfileData() function in TextInstrProfReader
286 if (Error E = readValueProfileData(Record)) in readNextRecord()