Searched refs:CountersFirst (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c19 static uint64_t *CountersFirst = NULL; variable
38 CountersFirst = Data->Counters;
47 UPDATE_FIRST(CountersFirst, Data->Counters);
71 uint64_t *__llvm_profile_counters_begin(void) { return CountersFirst; }

Completed in 75 milliseconds