OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__llvm_profile_begin_names
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c
46
const char *
__llvm_profile_begin_names
(void) { return &NamesStart; }
function
InstrProfilingPlatformLinux.c
52
COMPILER_RT_VISIBILITY const char *
__llvm_profile_begin_names
(void) {
function
InstrProfilingPlatformOther.c
76
const char *
__llvm_profile_begin_names
(void) { return NamesFirst; }
function
Completed in 177 milliseconds