Searched refs:ProfileFileSize (Results 1 – 1 of 1) sorted by relevance
97 uint64_t *ProfileFileSize);392 uint64_t *ProfileFileSize) { in getProfileFileSizeForMerging() argument398 *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() argument423 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 …]