Searched refs:__llvm_profile_names_begin (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfiling.h55 const char *__llvm_profile_names_begin(void);
H A DInstrProfilingPlatformDarwin.c36 const char *__llvm_profile_names_begin(void) { return &NamesStart; } function
H A DInstrProfilingBuffer.c33 const char *NamesBegin = __llvm_profile_names_begin();
H A DInstrProfilingPlatformOther.c67 const char *__llvm_profile_names_begin(void) { return NamesFirst; } function
H A DInstrProfilingFile.c23 const char *NamesBegin = __llvm_profile_names_begin();

Completed in 75 milliseconds