Searched refs:ProfDataIOVec (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| D | InstrProfilingInternal.h | 45 typedef struct ProfDataIOVec { struct 49 } ProfDataIOVec; argument 51 typedef uint32_t (*WriterCallback)(ProfDataIOVec *, uint32_t NumIOVecs, 98 uint32_t llvmBufferWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs,
|
| D | InstrProfilingWriter.c | 23 COMPILER_RT_VISIBILITY uint32_t llvmBufferWriter(ProfDataIOVec *IOVecs, in llvmBufferWriter() 70 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size}}; in llvmBufferIOWrite() 85 ProfDataIOVec IO[] = { in llvmBufferIOFlush() 166 ProfDataIOVec IOVec[] = {{&Header, sizeof(__llvm_profile_header), 1}, in llvmWriteProfDataImpl()
|
| D | InstrProfilingFile.c | 21 static uint32_t fileWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs, in fileWriter()
|