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

  /external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c 52 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } function
InstrProfilingPlatformLinux.c 61 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { function
InstrProfilingPlatformOther.c 82 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } function

Completed in 124 milliseconds