HomeSort by: relevance | last modified time | path
    Searched defs:__llvm_profile_data (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfiling.h 23 __llvm_profile_data {
26 } __llvm_profile_data; typedef
52 const __llvm_profile_data *__llvm_profile_begin_data(void);
53 const __llvm_profile_data *__llvm_profile_end_data(void);
  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-value-prof-2.c 9 typedef struct __llvm_profile_data __llvm_profile_data; typedef in typeref:struct:__llvm_profile_data
10 const __llvm_profile_data *__llvm_profile_begin_data(void);
11 const __llvm_profile_data *__llvm_profile_end_data(void);
12 void __llvm_profile_set_num_value_sites(__llvm_profile_data *Data,
15 __llvm_profile_data *
16 __llvm_profile_iterate_data(const __llvm_profile_data *Data);
17 void *__llvm_get_function_addr(const __llvm_profile_data *Data);
32 const __llvm_profile_data *Data, *DataEnd;
43 __llvm_profile_set_num_value_sites((__llvm_profile_data *)Data
    [all...]
instrprof-value-prof.c 30 typedef struct __llvm_profile_data __llvm_profile_data; typedef in typeref:struct:__llvm_profile_data
31 const __llvm_profile_data *__llvm_profile_begin_data(void);
32 const __llvm_profile_data *__llvm_profile_end_data(void);
33 void __llvm_profile_set_num_value_sites(__llvm_profile_data *Data,
36 __llvm_profile_data *
37 __llvm_profile_iterate_data(const __llvm_profile_data *Data);
38 void *__llvm_get_function_addr(const __llvm_profile_data *Data);
81 const __llvm_profile_data *Data, *DataEnd;
108 __llvm_profile_set_num_value_sites((__llvm_profile_data *)Data
    [all...]

Completed in 11 milliseconds