Searched refs:BinaryIdsSize (Results 1 – 5 of 5) sorted by relevance
169 int BinaryIdsSize = 0; in WriteBinaryIds() local174 BinaryIdsSize += OneBinaryIdSize; in WriteBinaryIds()182 return BinaryIdsSize; in WriteBinaryIds()220 int BinaryIdsSize = WriteBinaryIds(Writer, Note, NotesEnd); in __llvm_write_binary_ids() local224 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()146 Header->BinaryIdsSize); in __llvm_profile_merge_from_buffer()
102 const uint64_t BinaryIdsSize = BinaryIdsBuffer.size(); in readBinaryIdsInternal() local105 if (BinaryIdsSize == 0) in readBinaryIdsInternal()109 const uint8_t *BIEnd = BinaryIdsStart + BinaryIdsSize; in readBinaryIdsInternal()593 uint64_t BinaryIdSize = swap(Header.BinaryIdsSize); in readHeader()1278 uint64_t BinaryIdsSize = in readHeader() local1280 if (BinaryIdsSize % sizeof(uint64_t)) in readHeader()1283 BinaryIdsBuffer = ArrayRef<uint8_t>(Ptr, BinaryIdsSize); in readHeader()
156 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))