Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/compiler_rt/dist/lib/profile/
DInstrProfilingPlatformDarwin.c33 const __llvm_profile_data *__llvm_profile_begin_data(void) { in __llvm_profile_begin_data() function
DInstrProfiling.h52 const __llvm_profile_data *__llvm_profile_begin_data(void);
DInstrProfilingPlatformLinux.c40 __llvm_profile_begin_data(void) { in __llvm_profile_begin_data() function
DInstrProfiling.c46 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_reset_counters()
DInstrProfilingBuffer.c15 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_get_size_for_buffer()
DInstrProfilingPlatformOther.c57 const __llvm_profile_data *__llvm_profile_begin_data(void) { return DataFirst; } in __llvm_profile_begin_data() function
DInstrProfilingValue.c140 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_gather_value_data()
DInstrProfilingWriter.c99 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in llvmWriteProfData()