Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c97 uint64_t *ProfileFileSize);
392 uint64_t *ProfileFileSize) { in getProfileFileSizeForMerging() argument
398 *ProfileFileSize = ftell(ProfileFile); in getProfileFileSizeForMerging()
407 if (*ProfileFileSize > 0 && in getProfileFileSizeForMerging()
408 *ProfileFileSize < sizeof(__llvm_profile_header)) { in getProfileFileSizeForMerging()
421 static int mmapProfileForMerging(FILE *ProfileFile, uint64_t ProfileFileSize, in mmapProfileForMerging() argument
423 lprofGetFileContentBuffer(ProfileFile, ProfileFileSize, ProfileBuffer); in mmapProfileForMerging()
431 ProfileFileSize)) { in mmapProfileForMerging()
432 (void)lprofReleaseBuffer(ProfileBuffer, ProfileFileSize); in mmapProfileForMerging()
446 uint64_t ProfileFileSize; in doProfileMerging() local
[all …]