Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c158 int BinaryIdsSize = 0; in WriteBinaryIds() local
163 BinaryIdsSize += OneBinaryIdSize; in WriteBinaryIds()
171 return BinaryIdsSize; in WriteBinaryIds()
217 int BinaryIdsSize = WriteBinaryIds(Writer, Note, NotesEnd); in __llvm_write_binary_ids() local
221 TotalBinaryIdsSize += BinaryIdsSize; in __llvm_write_binary_ids()
H A DInstrProfilingMerge.c57 Header->BinaryIdsSize); in __llvm_profile_check_compatibility()
82 sizeof(__llvm_profile_header) + Header->BinaryIdsSize + in __llvm_profile_check_compatibility()
152 Header->BinaryIdsSize); in __llvm_profile_merge_from_buffer()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp99 const uint64_t BinaryIdsSize = BinaryIdsBuffer.size(); in readBinaryIdsInternal() local
102 if (BinaryIdsSize == 0) in readBinaryIdsInternal()
106 const uint8_t *BIEnd = BinaryIdsStart + BinaryIdsSize; in readBinaryIdsInternal()
581 uint64_t BinaryIdSize = swap(Header.BinaryIdsSize); in readHeader()
1388 uint64_t BinaryIdsSize = in readHeader() local
1390 if (BinaryIdsSize % sizeof(uint64_t)) in readHeader()
1393 BinaryIdsBuffer = ArrayRef<uint8_t>(Ptr, BinaryIdsSize); in readHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc156 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc156 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))