Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c130 __llvm_profile_get_num_padding_bytes(CountersSize); in __llvm_profile_get_padding_sizes_for_counters()
132 __llvm_profile_get_num_padding_bytes(NumBitmapBytes); in __llvm_profile_get_padding_sizes_for_counters()
133 *PaddingBytesAfterNames = __llvm_profile_get_num_padding_bytes(NamesSize); in __llvm_profile_get_padding_sizes_for_counters()
H A DInstrProfiling.c44 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes() function
H A DInstrProfiling.h87 uint8_t __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes);
H A DInstrProfilingPlatformAIX.c155 uint8_t BinaryIdPadding = __llvm_profile_get_num_padding_bytes(BinaryIdLen); in __llvm_write_binary_ids()
H A DInstrProfilingPlatformLinux.c118 uint8_t BinaryIdPadding = __llvm_profile_get_num_padding_bytes(BinaryIdLen); in WriteBinaryIdForNote()
H A DInstrProfilingMerge.c141 __llvm_profile_get_num_padding_bytes(Header->NamesSize); in __llvm_profile_merge_from_buffer()