Home
last modified time | relevance | path

Searched refs:__llvm_profile_begin_data (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-value-prof-2.c10 const __llvm_profile_data *__llvm_profile_begin_data(void);
34 Data = __llvm_profile_begin_data(); in main()
H A Dinstrprof-value-prof.c31 const __llvm_profile_data *__llvm_profile_begin_data(void);
97 Data = __llvm_profile_begin_data(); in main()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPlatformDarwin.c33 const __llvm_profile_data *__llvm_profile_begin_data(void) { in __llvm_profile_begin_data() function
H A DInstrProfiling.h52 const __llvm_profile_data *__llvm_profile_begin_data(void);
H A DInstrProfilingPlatformLinux.c40 __llvm_profile_begin_data(void) { in __llvm_profile_begin_data() function
H A DInstrProfiling.c46 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_reset_counters()
H A DInstrProfilingBuffer.c15 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_get_size_for_buffer()
H A DInstrProfilingPlatformOther.c57 const __llvm_profile_data *__llvm_profile_begin_data(void) { return DataFirst; } in __llvm_profile_begin_data() function
H A DInstrProfilingValue.c140 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_gather_value_data()
H A DInstrProfilingWriter.c99 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in llvmWriteProfData()