Searched refs:BinaryIdsSize (Results 1 – 5 of 5) sorted by relevance
158 int BinaryIdsSize = 0; in WriteBinaryIds() local163 BinaryIdsSize += OneBinaryIdSize; in WriteBinaryIds()171 return BinaryIdsSize; in WriteBinaryIds()217 int BinaryIdsSize = WriteBinaryIds(Writer, Note, NotesEnd); in __llvm_write_binary_ids() local221 TotalBinaryIdsSize += BinaryIdsSize; in __llvm_write_binary_ids()
57 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()
99 const uint64_t BinaryIdsSize = BinaryIdsBuffer.size(); in readBinaryIdsInternal() local102 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() local1390 if (BinaryIdsSize % sizeof(uint64_t)) in readHeader()1393 BinaryIdsBuffer = ArrayRef<uint8_t>(Ptr, BinaryIdsSize); in readHeader()
156 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))