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

  /external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c 45 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } function
InstrProfiling.h 57 uint64_t *__llvm_profile_end_counters(void);
InstrProfilingPlatformLinux.c 56 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { function
InstrProfiling.c 40 uint64_t *E = __llvm_profile_end_counters();
InstrProfilingBuffer.c 20 const uint64_t *CountersEnd = __llvm_profile_end_counters();
InstrProfilingPlatformOther.c 67 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } function
InstrProfilingWriter.c 21 const uint64_t *CountersEnd = __llvm_profile_end_counters();

Completed in 386 milliseconds