Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c28 uint64_t DataSize = __llvm_profile_get_data_size(__llvm_profile_begin_data(), in lprofGetLoadModuleSignature()
34 const __llvm_profile_data *FirstD = __llvm_profile_begin_data(); in lprofGetLoadModuleSignature()
58 __llvm_profile_get_data_size(__llvm_profile_begin_data(), in __llvm_profile_check_compatibility()
73 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); in __llvm_profile_check_compatibility()
105 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer()
H A DInstrProfilingPlatformDarwin.c40 const __llvm_profile_data *__llvm_profile_begin_data(void) { in __llvm_profile_begin_data() function
H A DInstrProfiling.c57 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_reset_counters()
H A DInstrProfiling.h60 const __llvm_profile_data *__llvm_profile_begin_data(void);
H A DInstrProfilingPlatformLinux.c47 __llvm_profile_begin_data(void) { in __llvm_profile_begin_data() function
H A DInstrProfilingBuffer.c15 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_get_size_for_buffer()
H A DInstrProfilingPlatformOther.c73 const __llvm_profile_data *__llvm_profile_begin_data(void) { return DataFirst; } in __llvm_profile_begin_data() function
H A DInstrProfilingWriter.c239 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in lprofWriteData()