Home
last modified time | relevance | path

Searched refs:__llvm_profile_end_names (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPlatformDarwin.c41 const char *__llvm_profile_end_names(void) { return &NamesEnd; } in __llvm_profile_end_names() function
H A DInstrProfiling.h55 const char *__llvm_profile_end_names(void);
H A DInstrProfilingPlatformLinux.c50 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) { in __llvm_profile_end_names() function
H A DInstrProfilingBuffer.c20 const char *NamesEnd = __llvm_profile_end_names(); in __llvm_profile_get_size_for_buffer()
H A DInstrProfilingPlatformOther.c63 const char *__llvm_profile_end_names(void) { return NamesLast; } in __llvm_profile_end_names() function
H A DInstrProfilingWriter.c104 const char *NamesEnd = __llvm_profile_end_names(); in llvmWriteProfData()