Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProfReader.cpp381 RawInstrProfReader<IntPtrT>::readValueProfilingData(InstrProfRecord &Record) { in readValueProfilingData() function in RawInstrProfReader
426 if (std::error_code EC = readValueProfilingData(Record)) in readNextRecord()
447 bool InstrProfLookupTrait::readValueProfilingData( in readValueProfilingData() function in InstrProfLookupTrait
498 if (FormatVersion > 2 && !readValueProfilingData(D, End)) { in ReadData()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h208 std::error_code readValueProfilingData(InstrProfRecord &Record);
273 bool readValueProfilingData(const unsigned char *&D,