Home
last modified time | relevance | path

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

/external/compiler-rt/test/profile/Inputs/
Dinstrprof-file_ex.c11 extern FILE *lprofOpenFileEx(const char *);
31 FILE *F = lprofOpenFileEx(FN); in main()
51 F = lprofOpenFileEx(FN); in main()
/external/compiler-rt/lib/profile/
DInstrProfilingUtil.h22 FILE *lprofOpenFileEx(const char *Filename);
DInstrProfilingUtil.c78 COMPILER_RT_VISIBILITY FILE *lprofOpenFileEx(const char *ProfileName) { in lprofOpenFileEx() function
DInstrProfilingFile.c182 ProfileFile = lprofOpenFileEx(ProfileFileName); in openFileForMerging()