Searched refs:__llvm_profile_begin_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());
62 __llvm_profile_begin_names()) ||
H A DInstrProfilingPlatformDarwin.c48 const char *__llvm_profile_begin_names(void) { return &NamesStart; } function
H A DInstrProfilingPlatformLinux.c57 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { function
H A DInstrProfilingPlatformWindows.c55 const char *__llvm_profile_begin_names(void) { return &NamesStart + 1; } function
H A DInstrProfiling.h78 const char *__llvm_profile_begin_names(void);
H A DInstrProfilingPlatformOther.c79 const char *__llvm_profile_begin_names(void) { return NamesFirst; } function
H A DInstrProfilingBuffer.c35 const char *NamesBegin = __llvm_profile_begin_names();
H A DInstrProfilingWriter.c246 const char *NamesBegin = __llvm_profile_begin_names();
H A DInstrProfilingFile.c557 const char *NamesBegin = __llvm_profile_begin_names();

Completed in 231 milliseconds