Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingMerge.c25 uint64_t CounterSize = (uint64_t)(__llvm_profile_end_counters() - in lprofGetLoadModuleSignature()
59 Header->CountersSize != (uint64_t)(__llvm_profile_end_counters() - in __llvm_profile_check_compatibility()
DInstrProfilingPlatformDarwin.c52 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
DInstrProfiling.c42 uint64_t *E = __llvm_profile_end_counters(); in __llvm_profile_reset_counters()
DInstrProfilingPlatformLinux.c61 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { in __llvm_profile_end_counters() function
DInstrProfiling.h65 uint64_t *__llvm_profile_end_counters(void);
DInstrProfilingBuffer.c18 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_get_size_for_buffer()
DInstrProfilingPlatformOther.c82 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters() function
DInstrProfilingWriter.c235 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in lprofWriteData()