Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h33 FILE *lprofOpenFileEx(const char *Filename);
H A DInstrProfilingFile.c509 ProfileFile = lprofOpenFileEx(ProfileFileName); in openFileForMerging()
654 File = lprofOpenFileEx(Filename); in initializeProfileForContinuousMode()
H A DInstrProfilingUtil.c221 COMPILER_RT_VISIBILITY FILE *lprofOpenFileEx(const char *ProfileName) { in lprofOpenFileEx() function