Home
last modified time | relevance | path

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

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