Home
last modified time | relevance | path

Searched refs:__llvm_profile_begin_names (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingMerge.c30 (uint64_t)(__llvm_profile_end_names() - __llvm_profile_begin_names()); in lprofGetLoadModuleSignature()
62 __llvm_profile_begin_names()) || in __llvm_profile_check_compatibility()
DInstrProfilingPlatformDarwin.c46 const char *__llvm_profile_begin_names(void) { return &NamesStart; } in __llvm_profile_begin_names() function
DInstrProfilingPlatformLinux.c52 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { in __llvm_profile_begin_names() function
DInstrProfiling.h62 const char *__llvm_profile_begin_names(void);
DInstrProfilingBuffer.c19 const char *NamesBegin = __llvm_profile_begin_names(); in __llvm_profile_get_size_for_buffer()
DInstrProfilingPlatformOther.c76 const char *__llvm_profile_begin_names(void) { return NamesFirst; } in __llvm_profile_begin_names() function
DInstrProfilingWriter.c236 const char *NamesBegin = __llvm_profile_begin_names(); in lprofWriteData()