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

  /external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c 52 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } function
InstrProfilingMerge.c 25 uint64_t CounterSize = (uint64_t)(__llvm_profile_end_counters() -
59 Header->CountersSize != (uint64_t)(__llvm_profile_end_counters() -
InstrProfiling.c 42 uint64_t *E = __llvm_profile_end_counters();
InstrProfiling.h 65 uint64_t *__llvm_profile_end_counters(void);
InstrProfilingBuffer.c 18 const uint64_t *CountersEnd = __llvm_profile_end_counters();
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
InstrProfilingWriter.c 235 const uint64_t *CountersEnd = __llvm_profile_end_counters();

Completed in 131 milliseconds