Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h247 Error readValueProfilingData(InstrProfRecord &Record);
320 bool readValueProfilingData(const unsigned char *&D,
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp434 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData() function in RawInstrProfReader
482 if (Error E = readValueProfilingData(Record)) in readNextRecord()
505 bool InstrProfLookupTrait::readValueProfilingData( in readValueProfilingData() function in InstrProfLookupTrait
558 !readValueProfilingData(D, End)) { in ReadData()