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

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

Completed in 100 milliseconds