Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c157 int OneBinaryIdSize = WriteBinaryIdForNote(Writer, Note); in WriteBinaryIds() local
158 if (OneBinaryIdSize == -1) in WriteBinaryIds()
160 BinaryIdsSize += OneBinaryIdSize; in WriteBinaryIds()