Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingMerge.c31 (uint64_t)(__llvm_profile_end_names() - __llvm_profile_begin_names()); in lprofGetLoadModuleSignature()
66 __llvm_profile_begin_names()) || in __llvm_profile_check_compatibility()
DInstrProfilingPlatformDarwin.c51 const char *__llvm_profile_begin_names(void) { return &NamesStart; } in __llvm_profile_begin_names() function
DInstrProfilingPlatformWindows.c56 const char *__llvm_profile_begin_names(void) { return &NamesStart + 1; } in __llvm_profile_begin_names() function
DInstrProfilingPlatformOther.c84 const char *__llvm_profile_begin_names(void) { return NamesFirst; } in __llvm_profile_begin_names() function
DInstrProfiling.h87 const char *__llvm_profile_begin_names(void);
DInstrProfilingBuffer.c46 const char *NamesBegin = __llvm_profile_begin_names(); in __llvm_profile_get_size_for_buffer()
DInstrProfilingPlatformLinux.c65 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) { in __llvm_profile_begin_names() function
DInstrProfilingWriter.c249 const char *NamesBegin = __llvm_profile_begin_names(); in lprofWriteData()
DInstrProfilingFile.c111 const char *NamesBegin = __llvm_profile_begin_names(); in mmapForContinuousMode()