Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingMerge.c28 uint64_t NumData = __llvm_profile_get_num_data(__llvm_profile_begin_data(), in lprofGetLoadModuleSignature()
34 const __llvm_profile_data *FirstD = __llvm_profile_begin_data(); in lprofGetLoadModuleSignature()
67 __llvm_profile_get_num_data(__llvm_profile_begin_data(), in __llvm_profile_check_compatibility()
89 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); in __llvm_profile_check_compatibility()
182 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer()
HDInstrProfiling.c67 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_reset_counters()
HDInstrProfilingPlatformWindows.c59 const __llvm_profile_data *__llvm_profile_begin_data(void) { in __llvm_profile_begin_data() function
HDInstrProfilingPlatformDarwin.c61 const __llvm_profile_data *__llvm_profile_begin_data(void) { in __llvm_profile_begin_data() function
HDInstrProfilingPlatformOther.c84 const __llvm_profile_data *__llvm_profile_begin_data(void) { return DataFirst; } in __llvm_profile_begin_data() function
HDInstrProfiling.h107 const __llvm_profile_data *__llvm_profile_begin_data(void);
HDInstrProfilingPlatformFuchsia.c117 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_initialize()
HDInstrProfilingPlatformLinux.c61 __llvm_profile_begin_data(void) { in __llvm_profile_begin_data() function
HDInstrProfilingBuffer.c46 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_get_size_for_buffer()
HDInstrProfilingWriter.c245 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in lprofWriteData()
HDInstrProfilingFile.c107 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in mmapForContinuousMode()
233 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in mmapForContinuousMode()