Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingFile.c178 static FILE *openFileForMerging(const char *ProfileFileName) { in openFileForMerging() function
206 OutputFile = openFileForMerging(OutputName); in writeFile()
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingFile.c293 static FILE *openFileForMerging(const char *ProfileFileName, int *MergeDone) { in openFileForMerging() function
336 OutputFile = openFileForMerging(OutputName, &MergeDone); in writeFile()