Home
last modified time | relevance | path

Searched refs:__llvm_profile_get_num_padding_bytes (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfiling.c32 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes() function
DInstrProfiling.h45 uint8_t __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes);
DInstrProfilingBuffer.c41 const uint8_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize); in __llvm_profile_get_size_for_buffer_internal()
DInstrProfilingMerge.c100 __llvm_profile_get_num_padding_bytes( in __llvm_profile_merge_from_buffer()
DInstrProfilingWriter.c255 const uint64_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize); in lprofWriteDataImpl()