Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformOther.c21 static uint64_t *CountersLast = NULL; variable
46 CountersLast = (uint64_t *)Data->CounterPtr + Data->NumCounters; in __llvm_profile_register_function()
54 CountersLast = (uint64_t *)getMaxAddr( in __llvm_profile_register_function()
55 CountersLast, (uint64_t *)Data->CounterPtr + Data->NumCounters); in __llvm_profile_register_function()
82 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters()