Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/profile/Inputs/
H A Dinstrprof-file_ex.c11 extern FILE *lprofOpenFileEx(const char *);
31 FILE *F = lprofOpenFileEx(FN); in main()
51 F = lprofOpenFileEx(FN); in main()
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h33 FILE *lprofOpenFileEx(const char *Filename);
H A DInstrProfilingUtil.c206 COMPILER_RT_VISIBILITY FILE *lprofOpenFileEx(const char *ProfileName) { in lprofOpenFileEx() function
H A DInstrProfilingFile.c435 ProfileFile = lprofOpenFileEx(ProfileFileName); in openFileForMerging()
596 File = lprofOpenFileEx(Filename); in initializeProfileForContinuousMode()