Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c21 static uint64_t *CountersFirst = NULL; variable
46 CountersFirst = Data->CounterPtr; in __llvm_profile_register_function()
52 CountersFirst = (uint64_t *)getMinAddr(CountersFirst, Data->CounterPtr); in __llvm_profile_register_function()
81 uint64_t *__llvm_profile_begin_counters(void) { return CountersFirst; } in __llvm_profile_begin_counters()