HomeSort by relevance Sort by last modified time
    Searched refs:lprofOpenFileEx (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/test/profile/Inputs/
instrprof-file_ex.c 11 extern FILE *lprofOpenFileEx(const char *);
31 FILE *F = lprofOpenFileEx(FN);
51 F = lprofOpenFileEx(FN);
  /external/compiler-rt/lib/profile/
InstrProfilingUtil.h 22 FILE *lprofOpenFileEx(const char *Filename);
InstrProfilingUtil.c 78 COMPILER_RT_VISIBILITY FILE *lprofOpenFileEx(const char *ProfileName) {
InstrProfilingFile.c 182 ProfileFile = lprofOpenFileEx(ProfileFileName);

Completed in 168 milliseconds