Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/profile/ | |
InstrProfilingPlatformDarwin.c | 43 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; } function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t * |
InstrProfilingPlatformLinux.c | 53 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_begin_counters(void) { function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t * |
InstrProfilingPlatformOther.c | 65 uint64_t *__llvm_profile_begin_counters(void) { return CountersFirst; } function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t * |