Home
last modified time | relevance | path

Searched refs:__llvm_profile_get_name_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c126 uint64_t __llvm_profile_get_name_size(const char *Begin, const char *End) { in __llvm_profile_get_name_size() function
209 __llvm_profile_get_name_size(VNamesBegin, VNamesEnd); in __llvm_profile_get_size_for_buffer_internal()
H A DInstrProfilingWriter.c282 const uint64_t NamesSize = __llvm_profile_get_name_size(NamesBegin, NamesEnd); in lprofWriteDataImpl()
288 __llvm_profile_get_name_size(VNamesBegin, VNamesEnd); in lprofWriteDataImpl()
H A DInstrProfiling.h262 uint64_t __llvm_profile_get_name_size(const char *Begin, const char *End);
H A DInstrProfilingMerge.c76 __llvm_profile_get_name_size(__llvm_profile_begin_names(), in __llvm_profile_check_compatibility()