OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__llvm_profile_end_names
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c
41
const char *
__llvm_profile_end_names
(void) { return &NamesEnd; }
function
InstrProfilingPlatformLinux.c
50
COMPILER_RT_VISIBILITY const char *
__llvm_profile_end_names
(void) {
function
InstrProfilingPlatformOther.c
63
const char *
__llvm_profile_end_names
(void) { return NamesLast; }
function
Completed in 5249 milliseconds