Home
last modified time | relevance | path

Searched refs:__llvm_profile_begin_counters (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingMerge.c26 __llvm_profile_begin_counters()); in lprofGetLoadModuleSignature()
60 __llvm_profile_begin_counters()) || in __llvm_profile_check_compatibility()
DInstrProfilingPlatformDarwin.c50 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters() function
DInstrProfiling.c41 uint64_t *I = __llvm_profile_begin_counters(); in __llvm_profile_reset_counters()
DInstrProfiling.h64 uint64_t *__llvm_profile_begin_counters(void);
DInstrProfilingBuffer.c17 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_get_size_for_buffer()
DInstrProfilingPlatformLinux.c58 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_begin_counters(void) { in __llvm_profile_begin_counters() function
DInstrProfilingPlatformOther.c80 uint64_t *__llvm_profile_begin_counters(void) { return CountersFirst; } in __llvm_profile_begin_counters() function
DInstrProfilingWriter.c234 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in lprofWriteData()