Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp172 static bool isOffsetLegal(unsigned L) { return (L & 0xffff) == L; } in isOffsetLegal() function
233 if (Loc.getAsInteger(10, LineOffset) || !isOffsetLegal(LineOffset)) in ParseLine()
589 if (!isOffsetLegal(*LineOffset)) { in readProfile()
1176 if (!isOffsetLegal(*LineOffset)) in readCSNameTableSec()