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

/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c28 uint64_t NumData = __llvm_profile_get_num_data(__llvm_profile_begin_data(),
34 const __llvm_profile_data *FirstD = __llvm_profile_begin_data();
60 __llvm_profile_get_num_data(__llvm_profile_begin_data(),
77 DstData = (__llvm_profile_data *)__llvm_profile_begin_data();
129 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(),
H A DInstrProfilingPlatformDarwin.c45 const __llvm_profile_data *__llvm_profile_begin_data(void) { function
H A DInstrProfilingPlatformWindows.c51 const __llvm_profile_data *__llvm_profile_begin_data(void) { function
H A DInstrProfiling.c52 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
H A DInstrProfilingPlatformOther.c80 const __llvm_profile_data *__llvm_profile_begin_data(void) { return DataFirst; } function
H A DInstrProfiling.h85 const __llvm_profile_data *__llvm_profile_begin_data(void);
H A DInstrProfilingPlatformFuchsia.c117 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
H A DInstrProfilingBuffer.c42 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
H A DInstrProfilingPlatformLinux.c58 __llvm_profile_begin_data(void) { function
H A DInstrProfilingWriter.c245 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
H A DInstrProfilingFile.c107 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
196 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();

Completed in 322 milliseconds