Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingInternal.h47 size_t ElmSize; member
H A DInstrProfilingFile.c26 if (fwrite(IOVecs[I].Data, IOVecs[I].ElmSize, IOVecs[I].NumElm, File) != in fileWriter()
H A DInstrProfilingWriter.c29 size_t Length = IOVecs[I].ElmSize * IOVecs[I].NumElm; in llvmBufferWriter()