Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h433 Error readValueProfilingData(InstrProfRecord &Record);
517 bool readValueProfilingData(const unsigned char *&D,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp759 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData() function in RawInstrProfReader
813 if (Error E = readValueProfilingData(Record)) in readNextRecord()
851 bool InstrProfLookupTrait::readValueProfilingData( in readValueProfilingData() function in InstrProfLookupTrait
927 !readValueProfilingData(D, End)) { in ReadData()