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.c171 int OneBinaryIdSize = WriteBinaryIdForNote(Writer, Note); in WriteBinaryIds() local
172 if (OneBinaryIdSize == -1) in WriteBinaryIds()
174 BinaryIdsSize += OneBinaryIdSize; in WriteBinaryIds()