Home
last modified time | relevance | path

Searched defs:__llvm_profile_end_counters (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c52 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
H A DInstrProfilingPlatformLinux.c61 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { in __llvm_profile_end_counters() function
H A DInstrProfilingPlatformOther.c82 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters() function