HomeSort by relevance Sort by last modified time
    Searched refs:__llvm_profile_get_data_size (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingBuffer.c 27 uint64_t __llvm_profile_get_data_size(const __llvm_profile_data *Begin, function
43 (__llvm_profile_get_data_size(DataBegin, DataEnd) *
InstrProfilingMerge.c 27 uint64_t DataSize = __llvm_profile_get_data_size(__llvm_profile_begin_data(),
57 __llvm_profile_get_data_size(__llvm_profile_begin_data(),
InstrProfiling.h 158 uint64_t __llvm_profile_get_data_size(const __llvm_profile_data *Begin,
InstrProfilingWriter.c 252 const uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd);

Completed in 377 milliseconds