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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c62 const char *__llvm_profile_begin_names(void) { return &NamesStart + 1; } function
H A DInstrProfilingPlatformDarwin.c56 const char *__llvm_profile_begin_names(void) { return &NamesStart; } function
H A DInstrProfilingPlatformOther.c84 const char *__llvm_profile_begin_names(void) { return NamesFirst; } function
H A DInstrProfiling.h104 const char *__llvm_profile_begin_names(void);
H A DInstrProfilingMerge.c31 (uint64_t)(__llvm_profile_end_names() - __llvm_profile_begin_names());
76 __llvm_profile_get_name_size(__llvm_profile_begin_names(),
H A DInstrProfilingBuffer.c52 const char *NamesBegin = __llvm_profile_begin_names();
H A DInstrProfilingPlatformLinux.c60 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { function
H A DInstrProfilingWriter.c251 const char *NamesBegin = __llvm_profile_begin_names();
H A DInstrProfilingFile.c113 const char *NamesBegin = __llvm_profile_begin_names();

Completed in 114 milliseconds