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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h45 * If \ref ProfDataIOVec.Data is null, and \ref ProfDataIOVec.UseZeroPadding is
48 * If \ref ProfDataIOVec.Data is null, and \ref ProfDataIOVec.UseZeroPadding is
51 typedef struct ProfDataIOVec { struct
56 } ProfDataIOVec; typedef in typeref:struct:ProfDataIOVec
59 typedef uint32_t (*WriterCallback)(struct ProfDataWriter *This, ProfDataIOVec *,
110 uint32_t lprofBufferWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,
H A DInstrProfilingWriter.c36 ProfDataIOVec *IOVecs,
91 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size, 0}};
109 ProfDataIOVec IO[] = {
284 ProfDataIOVec IOVec[] = {
H A DInstrProfilingPlatformFuchsia.c67 static uint32_t lprofVMOWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,
H A DInstrProfilingFile.c121 static uint32_t fileWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,

Completed in 81 milliseconds