Searched refs:__llvm_profile_end_names (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c30 (uint64_t)(__llvm_profile_end_names() - __llvm_profile_begin_names());
61 Header->NamesSize != (uint64_t)(__llvm_profile_end_names() -
H A DInstrProfilingPlatformDarwin.c50 const char *__llvm_profile_end_names(void) { return &NamesEnd; } function
H A DInstrProfilingPlatformLinux.c60 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) { function
H A DInstrProfilingPlatformWindows.c56 const char *__llvm_profile_end_names(void) { return &NamesEnd; } function
H A DInstrProfiling.h79 const char *__llvm_profile_end_names(void);
H A DInstrProfilingPlatformOther.c81 const char *__llvm_profile_end_names(void) { return NamesLast; } function
H A DInstrProfilingBuffer.c36 const char *NamesEnd = __llvm_profile_end_names();
H A DInstrProfilingWriter.c247 const char *NamesEnd = __llvm_profile_end_names();
H A DInstrProfilingFile.c558 const char *NamesEnd = __llvm_profile_end_names();

Completed in 115 milliseconds