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

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformDarwin.c 45 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t *
InstrProfilingPlatformLinux.c 56 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t *
InstrProfilingPlatformOther.c 67 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t *

Completed in 54 milliseconds