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

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformDarwin.c 45 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t *
InstrProfiling.h 57 uint64_t *__llvm_profile_end_counters(void);
InstrProfilingPlatformLinux.c 56 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t *
InstrProfiling.c 42 uint64_t *E = __llvm_profile_end_counters();
InstrProfilingBuffer.c 18 const uint64_t *CountersEnd = __llvm_profile_end_counters();
InstrProfilingPlatformOther.c 67 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } function in typeref:typename:COMPILER_RT_VISIBILITY uint64_t *
InstrProfilingWriter.c 102 const uint64_t *CountersEnd = __llvm_profile_end_counters();

Completed in 13 milliseconds