Searched refs:__llvm_profile_begin_data (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c27 uint64_t DataSize = __llvm_profile_get_data_size(__llvm_profile_begin_data(),
33 const __llvm_profile_data *FirstD = __llvm_profile_begin_data();
57 __llvm_profile_get_data_size(__llvm_profile_begin_data(),
72 DstData = (__llvm_profile_data *)__llvm_profile_begin_data();
104 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(),
H A DInstrProfiling.c50 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
H A DInstrProfilingPlatformDarwin.c42 const __llvm_profile_data *__llvm_profile_begin_data(void) { function
H A DInstrProfilingPlatformLinux.c50 __llvm_profile_begin_data(void) { function
H A DInstrProfilingPlatformWindows.c50 const __llvm_profile_data *__llvm_profile_begin_data(void) { function
H A DInstrProfiling.h76 const __llvm_profile_data *__llvm_profile_begin_data(void);
H A DInstrProfilingPlatformOther.c75 const __llvm_profile_data *__llvm_profile_begin_data(void) { return DataFirst; } function
H A DInstrProfilingBuffer.c31 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
H A DInstrProfilingPlatformFuchsia.c127 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
H A DInstrProfilingWriter.c242 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
H A DInstrProfilingFile.c486 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
553 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();

Completed in 66 milliseconds