HomeSort by: relevance | last modified time | path
    Searched defs:CountersLast (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformOther.c 20 static uint64_t *CountersLast = NULL;
39 CountersLast = (uint64_t *)Data->CounterPtr + Data->NumCounters;
52 UPDATE_LAST(CountersLast, (uint64_t *)Data->CounterPtr + Data->NumCounters);
67 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; }
InstrProfilingPlatformOther.c 20 static uint64_t *CountersLast = NULL;
39 CountersLast = (uint64_t *)Data->CounterPtr + Data->NumCounters;
52 UPDATE_LAST(CountersLast, (uint64_t *)Data->CounterPtr + Data->NumCounters);
67 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; }

Completed in 22 milliseconds