OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__llvm_profile_end_counters
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c
45
uint64_t *
__llvm_profile_end_counters
(void) { return &CountersEnd; }
function
InstrProfilingPlatformLinux.c
56
COMPILER_RT_VISIBILITY uint64_t *
__llvm_profile_end_counters
(void) {
function
InstrProfilingPlatformOther.c
67
uint64_t *
__llvm_profile_end_counters
(void) { return CountersLast; }
function
Completed in 62 milliseconds