Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h31 FILE *lprofOpenFileEx(const char *Filename);
H A DInstrProfilingUtil.c158 COMPILER_RT_VISIBILITY FILE *lprofOpenFileEx(const char *ProfileName) { in lprofOpenFileEx() function
H A DInstrProfilingFile.c224 ProfileFile = lprofOpenFileEx(ProfileFileName); in openFileForMerging()