HomeSort by: relevance | last modified time | path
    Searched refs:__llvm_profile_end_data (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformDarwin.c 37 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } function in typeref:typename:COMPILER_RT_VISIBILITY const __llvm_profile_data *
InstrProfiling.h 53 const __llvm_profile_data *__llvm_profile_end_data(void);
InstrProfilingPlatformLinux.c 44 __llvm_profile_end_data(void) { function in typeref:typename:COMPILER_RT_VISIBILITY const __llvm_profile_data *
InstrProfiling.c 47 const __llvm_profile_data *DataEnd = __llvm_profile_end_data();
InstrProfilingBuffer.c 16 const __llvm_profile_data *DataEnd = __llvm_profile_end_data();
InstrProfilingPlatformOther.c 59 const __llvm_profile_data *__llvm_profile_end_data(void) { return DataLast; } function in typeref:typename:COMPILER_RT_VISIBILITY const __llvm_profile_data *
InstrProfilingValue.c 139 const __llvm_profile_data *DataEnd = __llvm_profile_end_data();
InstrProfilingWriter.c 100 const __llvm_profile_data *DataEnd = __llvm_profile_end_data();
  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-value-prof-2.c 11 const __llvm_profile_data *__llvm_profile_end_data(void);
35 DataEnd = __llvm_profile_end_data();
instrprof-value-prof.c 32 const __llvm_profile_data *__llvm_profile_end_data(void);
98 DataEnd = __llvm_profile_end_data();

Completed in 15 milliseconds