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
43
uint64_t *
__llvm_profile_begin_counters
(void) { return &CountersStart; }
function
InstrProfilingPlatformLinux.c
53
COMPILER_RT_VISIBILITY uint64_t *
__llvm_profile_begin_counters
(void) {
function
InstrProfilingPlatformOther.c
65
uint64_t *
__llvm_profile_begin_counters
(void) { return CountersFirst; }
function
Completed in 49 milliseconds