HomeSort by: relevance | last modified time | path
    Searched refs:__llvm_profile_end_names (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformDarwin.c 41 const char *__llvm_profile_end_names(void) { return &NamesEnd; } function in typeref:typename:COMPILER_RT_VISIBILITY const char *
InstrProfiling.h 55 const char *__llvm_profile_end_names(void);
InstrProfilingPlatformLinux.c 50 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) { function in typeref:typename:COMPILER_RT_VISIBILITY const char *
InstrProfilingBuffer.c 20 const char *NamesEnd = __llvm_profile_end_names();
InstrProfilingPlatformOther.c 63 const char *__llvm_profile_end_names(void) { return NamesLast; } function in typeref:typename:COMPILER_RT_VISIBILITY const char *
InstrProfilingWriter.c 104 const char *NamesEnd = __llvm_profile_end_names();

Completed in 14 milliseconds