Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingPlatformOther.c20 static const __llvm_profile_data *DataLast = NULL; variable
48 DataLast = Data + 1; in __llvm_profile_register_function()
59 DataLast = (const __llvm_profile_data *)getMaxAddr(DataLast, Data + 1); in __llvm_profile_register_function()
82 const __llvm_profile_data *__llvm_profile_end_data(void) { return DataLast; } in __llvm_profile_end_data()