Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp203 uint32_t EndPos = Buff.getCursor() + LineTableLength * 4; in readGCNO()
220 if (Buff.getCursor() != (EndPos - sizeof(uint32_t))) { in readGCNO()
231 while (Buff.getCursor() < (EndPos - 2 * sizeof(uint32_t))) { in readGCNO()
259 uint64_t EndPos = Buff.getCursor() + HeaderLength * sizeof(uint32_t); in readGCDA()
290 if (Buff.getCursor() < EndPos) { in readGCDA()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DGCOV.h234 uint64_t getCursor() const { return Cursor; } in getCursor() function