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.c169 int BinaryIdsSize = 0; in WriteBinaryIds() local
174 BinaryIdsSize += OneBinaryIdSize; in WriteBinaryIds()
182 return BinaryIdsSize; in WriteBinaryIds()
220 int BinaryIdsSize = WriteBinaryIds(Writer, Note, NotesEnd); in __llvm_write_binary_ids() local
224 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()
146 Header->BinaryIdsSize); in __llvm_profile_merge_from_buffer()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp102 const uint64_t BinaryIdsSize = BinaryIdsBuffer.size(); in readBinaryIdsInternal() local
105 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() local
1280 if (BinaryIdsSize % sizeof(uint64_t)) in readHeader()
1283 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))