Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/compiler_rt/dist/lib/profile/
DInstrProfilingInternal.h51 typedef uint32_t (*WriterCallback)(ProfDataIOVec *, uint32_t NumIOVecs,
98 uint32_t llvmBufferWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs,
DInstrProfilingFile.c21 static uint32_t fileWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs, in fileWriter() argument
25 for (I = 0; I < NumIOVecs; I++) { in fileWriter()
DInstrProfilingWriter.c24 uint32_t NumIOVecs, in llvmBufferWriter() argument
28 for (I = 0; I < NumIOVecs; I++) { in llvmBufferWriter()