HomeSort by: relevance | last modified time | path
    Searched defs:__llvm_profile_begin_counters (Results 1 - 3 of 3) sorted by relevancy

  /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 *

Completed in 12 milliseconds