Home
last modified time | relevance | path

Searched refs:ProfDataIOVec (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h46 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 DInstrProfilingWriter.c36 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 DInstrProfilingPlatformFuchsia.c61 static uint32_t lprofVMOWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in lprofVMOWriter()
H A DInstrProfilingFile.c98 static uint32_t fileWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in fileWriter()