Searched refs:ProfDataIOVec (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/profile/ |
| D | InstrProfilingInternal.h | 51 typedef struct ProfDataIOVec { struct 56 } ProfDataIOVec; argument 59 typedef uint32_t (*WriterCallback)(struct ProfDataWriter *This, ProfDataIOVec *, 110 uint32_t lprofBufferWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,
|
| D | InstrProfilingWriter.c | 39 ProfDataIOVec *IOVecs, in lprofBufferWriter() 94 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size, 0}}; in lprofBufferIOWrite() 112 ProfDataIOVec IO[] = { in lprofBufferIOFlush() 312 ProfDataIOVec IOVec[] = {{&Header, sizeof(__llvm_profile_header), 1, 0}}; in lprofWriteDataImpl() 321 ProfDataIOVec IOVecData[] = { in lprofWriteDataImpl()
|
| D | InstrProfilingPlatformFuchsia.c | 65 static uint32_t lprofVMOWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in lprofVMOWriter()
|
| D | InstrProfilingPlatformLinux.c | 103 ProfDataIOVec BinaryIdIOVec[] = { in WriteOneBinaryId()
|
| D | InstrProfilingFile.c | 250 static uint32_t fileWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in fileWriter()
|