Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPlatformOther.c19 static uint64_t *CountersFirst = NULL; variable
38 CountersFirst = Data->CounterPtr; in __llvm_profile_register_function()
46 UPDATE_FIRST(CountersFirst, (uint64_t *)Data->CounterPtr); in __llvm_profile_register_function()
65 uint64_t *__llvm_profile_begin_counters(void) { return CountersFirst; } in __llvm_profile_begin_counters()