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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c45 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; local
46 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) /

Completed in 59 milliseconds