Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformDarwin.c52 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
DInstrProfilingPlatformLinux.c61 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { in __llvm_profile_end_counters() function
DInstrProfilingPlatformOther.c82 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters() function
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPlatformWindows.c59 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
DInstrProfilingPlatformDarwin.c57 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
DInstrProfilingPlatformLinux.c66 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { in __llvm_profile_end_counters() function
DInstrProfilingPlatformOther.c85 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters() function