OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__llvm_profile_begin_counters
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c
50
uint64_t *
__llvm_profile_begin_counters
(void) { return &CountersStart; }
function
InstrProfilingPlatformLinux.c
58
COMPILER_RT_VISIBILITY uint64_t *
__llvm_profile_begin_counters
(void) {
function
InstrProfilingPlatformOther.c
80
uint64_t *
__llvm_profile_begin_counters
(void) { return CountersFirst; }
function
Completed in 1769 milliseconds