Searched refs:ProfDataIOVec (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingInternal.h | 46 typedef struct ProfDataIOVec { struct 50 } ProfDataIOVec; argument 53 typedef uint32_t (*WriterCallback)(struct ProfDataWriter *This, ProfDataIOVec *, 104 uint32_t lprofBufferWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,
|
| H A D | InstrProfilingWriter.c | 36 ProfDataIOVec *IOVecs, in lprofBufferWriter() 88 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size}}; in lprofBufferIOWrite() 106 ProfDataIOVec IO[] = { in lprofBufferIOFlush() 277 ProfDataIOVec IOVec[] = { in lprofWriteDataImpl()
|
| H A D | InstrProfilingPlatformFuchsia.c | 61 static uint32_t lprofVMOWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in lprofVMOWriter()
|
| H A D | InstrProfilingFile.c | 98 static uint32_t fileWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in fileWriter()
|