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/
DInstrProfilingInternal.h47 size_t ElmSize; member
DInstrProfilingFile.c26 if (fwrite(IOVecs[I].Data, IOVecs[I].ElmSize, IOVecs[I].NumElm, File) != in fileWriter()
DInstrProfilingWriter.c29 size_t Length = IOVecs[I].ElmSize * IOVecs[I].NumElm; in llvmBufferWriter()