Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c222 static int mmapProfileForMerging(FILE *ProfileFile, uint64_t ProfileFileSize, in mmapProfileForMerging() function
260 if (mmapProfileForMerging(ProfileFile, ProfileFileSize, &ProfileBuffer) == -1) in doProfileMerging()
544 if (mmapProfileForMerging(File, ProfileFileSize, &ProfileBuffer) == -1 || in initializeProfileForContinuousMode()
702 if (mmapProfileForMerging(File, ProfileFileSize, &Profile) == -1) { in initializeProfileForContinuousMode()