HomeSort by relevance Sort by last modified time
    Searched defs:__llvm_profile_begin_counters (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c 43 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; } function
InstrProfilingPlatformLinux.c 53 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_begin_counters(void) { function
InstrProfilingPlatformOther.c 65 uint64_t *__llvm_profile_begin_counters(void) { return CountersFirst; } function

Completed in 1597 milliseconds