Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h221 const uint8_t *ValueDataStart; variable
283 ValueDataStart += CurValueDataSize; in advanceData()
288 return (const char *)ValueDataStart; in getNextHeaderPos()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp397 ValueDataStart = reinterpret_cast<const uint8_t *>(Start + ValueDataOffset); in readHeader()
467 ValueDataStart, (const unsigned char *)DataBuffer->getBufferEnd(), in readValueProfilingData()