Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingBuffer.c27 uint64_t __llvm_profile_get_data_size(const __llvm_profile_data *Begin, in __llvm_profile_get_data_size() function
43 (__llvm_profile_get_data_size(DataBegin, DataEnd) * in __llvm_profile_get_size_for_buffer_internal()
DInstrProfilingMerge.c27 uint64_t DataSize = __llvm_profile_get_data_size(__llvm_profile_begin_data(), in lprofGetLoadModuleSignature()
57 __llvm_profile_get_data_size(__llvm_profile_begin_data(), in __llvm_profile_check_compatibility()
DInstrProfiling.h158 uint64_t __llvm_profile_get_data_size(const __llvm_profile_data *Begin,
DInstrProfilingWriter.c252 const uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in lprofWriteDataImpl()