Searched refs:isOffsetLegal (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp84 static bool isOffsetLegal(unsigned L) { return (L & 0xffff) == L; } function
110 if (Loc.getAsInteger(10, LineOffset) || !isOffsetLegal(LineOffset))
382 if (!isOffsetLegal(*LineOffset)) {

Completed in 99 milliseconds