Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c139 int OneBinaryIdSize = WriteBinaryIdForNote(Writer, Note); in WriteBinaryIds() local
140 if (OneBinaryIdSize == -1) in WriteBinaryIds()
142 BinaryIdsSize += OneBinaryIdSize; in WriteBinaryIds()