Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfiling.c36 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes() function
H A DInstrProfiling.h70 uint8_t __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes);
H A DInstrProfilingBuffer.c111 *PaddingBytesAfterNames = __llvm_profile_get_num_padding_bytes(NamesSize); in __llvm_profile_get_padding_sizes_for_counters()
H A DInstrProfilingMerge.c124 __llvm_profile_get_num_padding_bytes(Header->NamesSize); in __llvm_profile_merge_from_buffer()
H A DInstrProfilingPlatformLinux.c137 uint8_t BinaryIdPadding = __llvm_profile_get_num_padding_bytes(BinaryIdLen); in WriteBinaryIdForNote()