Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c27 static char *CountersFirst = NULL; variable
53 CountersFirst = (char *)((uintptr_t)Data_ + Data->CounterPtr); in __llvm_profile_register_function()
55 CountersFirst + Data->NumCounters * __llvm_profile_counter_entry_size(); in __llvm_profile_register_function()
60 CountersFirst = (char *)getMinAddr( in __llvm_profile_register_function()
61 CountersFirst, (char *)((uintptr_t)Data_ + Data->CounterPtr)); in __llvm_profile_register_function()
103 char *__llvm_profile_begin_counters(void) { return CountersFirst; } in __llvm_profile_begin_counters()