HomeSort by: relevance | last modified time | path
    Searched refs:__llvm_profile_begin_counters (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformDarwin.c 43 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; } function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t *
InstrProfiling.h 56 uint64_t *__llvm_profile_begin_counters(void);
InstrProfilingPlatformLinux.c 53 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_begin_counters(void) { function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t *
InstrProfiling.c 41 uint64_t *I = __llvm_profile_begin_counters();
InstrProfilingBuffer.c 17 const uint64_t *CountersBegin = __llvm_profile_begin_counters();
InstrProfilingPlatformOther.c 65 uint64_t *__llvm_profile_begin_counters(void) { return CountersFirst; } function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t *
InstrProfilingWriter.c 101 const uint64_t *CountersBegin = __llvm_profile_begin_counters();

Completed in 15 milliseconds