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

  /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...]
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformDarwin.c 15 extern __llvm_profile_data
18 extern __llvm_profile_data
33 const __llvm_profile_data *__llvm_profile_begin_data(void) {
37 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; }
InstrProfilingPlatformLinux.c 25 extern __llvm_profile_data PROF_DATA_START COMPILER_RT_VISIBILITY;
26 extern __llvm_profile_data PROF_DATA_STOP COMPILER_RT_VISIBILITY;
33 __llvm_profile_data
39 COMPILER_RT_VISIBILITY const __llvm_profile_data *
43 COMPILER_RT_VISIBILITY const __llvm_profile_data *
InstrProfilingBuffer.c 15 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
16 const __llvm_profile_data *DataEnd = __llvm_profile_end_data();
30 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
37 PROFILE_RANGE_SIZE(Data) * sizeof(__llvm_profile_data) +
46 char *Buffer, const __llvm_profile_data *DataBegin,
47 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
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);
InstrProfilingInternal.h 23 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
37 char *Buffer, const __llvm_profile_data *DataBegin,
38 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
105 const __llvm_profile_data *DataBegin,
106 const __llvm_profile_data *DataEnd,
InstrProfilingPlatformOther.c 15 static const __llvm_profile_data *DataFirst = NULL;
16 static const __llvm_profile_data *DataLast = NULL;
32 const __llvm_profile_data *Data = (__llvm_profile_data *)Data_;
57 const __llvm_profile_data *__llvm_profile_begin_data(void) { return DataFirst; }
59 const __llvm_profile_data *__llvm_profile_end_data(void) { return DataLast; }
InstrProfilingValue.c 42 __llvm_profile_set_num_value_sites(__llvm_profile_data *Data,
48 COMPILER_RT_VISIBILITY const __llvm_profile_data *
49 __llvm_profile_iterate_data(const __llvm_profile_data *Data) {
55 __llvm_get_function_addr(const __llvm_profile_data *Data) {
65 static int allocateValueProfileCounters(__llvm_profile_data *Data) {
86 __llvm_profile_data *PData = (__llvm_profile_data *)Data;
136 __llvm_profile_data *I;
139 const __llvm_profile_data *DataEnd = __llvm_profile_end_data();
140 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data()
    [all...]
InstrProfiling.c 46 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
47 const __llvm_profile_data *DataEnd = __llvm_profile_end_data();
48 const __llvm_profile_data *DI;
InstrProfilingWriter.c 99 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
100 const __llvm_profile_data *DataEnd = __llvm_profile_end_data();
141 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
167 {DataBegin, sizeof(__llvm_profile_data), DataSize},

Completed in 18 milliseconds