Home
last modified time | relevance | path

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

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