Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h242 Error readValueProfileData(InstrProfRecord &Record);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp313 TextInstrProfReader::readValueProfileData(InstrProfRecord &Record) { in readValueProfileData() function in TextInstrProfReader
459 if (Error E = readValueProfileData(Record)) in readNextRecord()