Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformOther.c27 static const void *getMaxAddr(const void *A1, const void *A2) { in getMaxAddr() function
53 DataLast = (const __llvm_profile_data *)getMaxAddr(DataLast, Data + 1); in __llvm_profile_register_function()
54 CountersLast = (uint64_t *)getMaxAddr( in __llvm_profile_register_function()
68 (const char *)getMaxAddr(NamesLast, (const char *)NamesStart + NamesSize); in __llvm_profile_register_names_function()
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPlatformOther.c30 static const void *getMaxAddr(const void *A1, const void *A2) { in getMaxAddr() function
56 DataLast = (const __llvm_profile_data *)getMaxAddr(DataLast, Data + 1); in __llvm_profile_register_function()
57 CountersLast = (uint64_t *)getMaxAddr( in __llvm_profile_register_function()
71 (const char *)getMaxAddr(NamesLast, (const char *)NamesStart + NamesSize); in __llvm_profile_register_names_function()