Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c612 static int writeMMappedFile(FILE *OutputFile, char **Profile) { in writeMMappedFile() function
678 if (writeMMappedFile(File, &Profile) == -1) { in initializeProfileForContinuousMode()
695 if (writeMMappedFile(File, &Profile) == -1) { in initializeProfileForContinuousMode()