OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__llvm_profile_end_names
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c
48
const char *
__llvm_profile_end_names
(void) { return &NamesEnd; }
function
InstrProfilingMerge.c
30
(uint64_t)(
__llvm_profile_end_names
() - __llvm_profile_begin_names());
61
Header->NamesSize != (uint64_t)(
__llvm_profile_end_names
() -
InstrProfiling.h
63
const char *
__llvm_profile_end_names
(void);
InstrProfilingBuffer.c
20
const char *NamesEnd =
__llvm_profile_end_names
();
InstrProfilingPlatformLinux.c
55
COMPILER_RT_VISIBILITY const char *
__llvm_profile_end_names
(void) {
function
InstrProfilingPlatformOther.c
78
const char *
__llvm_profile_end_names
(void) { return NamesLast; }
function
InstrProfilingWriter.c
237
const char *NamesEnd =
__llvm_profile_end_names
();
Completed in 75 milliseconds