Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingInternal.h51 typedef uint32_t (*WriterCallback)(ProfDataIOVec *, uint32_t NumIOVecs,
99 uint32_t lprofBufferWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs,
DInstrProfilingWriter.c35 uint32_t NumIOVecs, in lprofBufferWriter() argument
39 for (I = 0; I < NumIOVecs; I++) { in lprofBufferWriter()
DInstrProfilingFile.c89 static uint32_t fileWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs, in fileWriter() argument
93 for (I = 0; I < NumIOVecs; I++) { in fileWriter()