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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c780 char LoadModuleSignature[SIGLEN + 1]; local
783 S = snprintf(LoadModuleSignature, SIGLEN + 1, "%" PRIu64 "_%d",
787 memcpy(FilenameBuf + J, LoadModuleSignature, S);

Completed in 86 milliseconds