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

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

Completed in 5695 milliseconds