Home | Sort by: relevance | last modified time | path |
/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(); |