Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h437 Error readValueProfilingData(InstrProfRecord &Record);
521 bool readValueProfilingData(const unsigned char *&D,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp798 Error RawInstrProfReader<IntPtrT>::readValueProfilingData( in readValueProfilingData() function in RawInstrProfReader
852 if (Error E = readValueProfilingData(Record)) in readNextRecord()
890 bool InstrProfLookupTrait::readValueProfilingData( in readValueProfilingData() function in InstrProfLookupTrait
962 !readValueProfilingData(D, End)) { in ReadData()