Home | History | Annotate | Download | only in profile

Lines Matching defs:Data

19 void __llvm_profile_set_num_value_sites(__llvm_profile_data *Data,
23 __llvm_profile_iterate_data(const __llvm_profile_data *Data);
24 void *__llvm_get_function_addr(const __llvm_profile_data *Data);
25 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
62 const __llvm_profile_data *Data, *DataEnd;
70 /* We will synthesis value profile data for 128 callers functions.
74 Data = __llvm_profile_begin_data();
77 for (; Data < DataEnd; Data = __llvm_profile_iterate_data(Data)) {
78 void *func = __llvm_get_function_addr(Data);
81 __llvm_profile_set_num_value_sites((__llvm_profile_data *)Data,
92 (void *)Data, S);