Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c20 static const __llvm_profile_data *DataLast = NULL; variable
52 DataLast = Data + 1; in __llvm_profile_register_function()
63 DataLast = (const __llvm_profile_data *)getMaxAddr(DataLast, Data + 1); in __llvm_profile_register_function()
86 const __llvm_profile_data *__llvm_profile_end_data(void) { return DataLast; } in __llvm_profile_end_data()