Searched defs:__llvm_profile_end_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c46 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } function
H A DInstrProfilingPlatformWindows.c53 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } function
H A DInstrProfilingPlatformLinux.c54 __llvm_profile_end_data(void) { function
H A DInstrProfilingPlatformOther.c77 const __llvm_profile_data *__llvm_profile_end_data(void) { return DataLast; } function

Completed in 86 milliseconds