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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c963 int rc, Length, LengthBeforeAppend, SuffixLength; local
980 LengthBeforeAppend = strlen(Filename);
981 memcpy(FilenameBuf + LengthBeforeAppend, OrderFileSuffix, SuffixLength);
982 FilenameBuf[LengthBeforeAppend + SuffixLength] = '\0';

Completed in 96 milliseconds