OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__llvm_profile_begin_data
(Results
1 - 10
of
10
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingMerge.c
27
uint64_t DataSize = __llvm_profile_get_data_size(
__llvm_profile_begin_data
(),
33
const __llvm_profile_data *FirstD =
__llvm_profile_begin_data
();
57
__llvm_profile_get_data_size(
__llvm_profile_begin_data
(),
72
DstData = (__llvm_profile_data *)
__llvm_profile_begin_data
();
104
DstData = (__llvm_profile_data *)
__llvm_profile_begin_data
(),
InstrProfilingPlatformDarwin.c
40
const __llvm_profile_data *
__llvm_profile_begin_data
(void) {
function
InstrProfiling.c
46
const __llvm_profile_data *DataBegin =
__llvm_profile_begin_data
();
InstrProfiling.h
60
const __llvm_profile_data *
__llvm_profile_begin_data
(void);
InstrProfilingBuffer.c
15
const __llvm_profile_data *DataBegin =
__llvm_profile_begin_data
();
InstrProfilingPlatformLinux.c
45
__llvm_profile_begin_data
(void) {
function
InstrProfilingPlatformOther.c
72
const __llvm_profile_data *
__llvm_profile_begin_data
(void) { return DataFirst; }
function
InstrProfilingWriter.c
232
const __llvm_profile_data *DataBegin =
__llvm_profile_begin_data
();
/external/compiler-rt/test/profile/
instrprof-value-prof-2.c
16
const __llvm_profile_data *
__llvm_profile_begin_data
(void);
49
Data =
__llvm_profile_begin_data
();
instrprof-value-prof.c
31
const __llvm_profile_data *
__llvm_profile_begin_data
(void);
100
Data =
__llvm_profile_begin_data
();
Completed in 100 milliseconds