Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/profile/ | |
InstrProfilingPlatformDarwin.c | 39 const char *__llvm_profile_begin_names(void) { return &NamesStart; } function in typeref:typename:COMPILER_RT_VISIBILITY const char * |
InstrProfiling.h | 54 const char *__llvm_profile_begin_names(void); |
InstrProfilingPlatformLinux.c | 47 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { function in typeref:typename:COMPILER_RT_VISIBILITY const char * |
InstrProfilingBuffer.c | 19 const char *NamesBegin = __llvm_profile_begin_names(); |
InstrProfilingPlatformOther.c | 61 const char *__llvm_profile_begin_names(void) { return NamesFirst; } function in typeref:typename:COMPILER_RT_VISIBILITY const char * |
InstrProfilingWriter.c | 103 const char *NamesBegin = __llvm_profile_begin_names(); |