Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingInternal.h51 typedef struct ProfDataIOVec { struct
56 } ProfDataIOVec; typedef
59 typedef uint32_t (*WriterCallback)(struct ProfDataWriter *This, ProfDataIOVec *,
110 uint32_t lprofBufferWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,
DInstrProfilingWriter.c39 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()
DInstrProfilingPlatformFuchsia.c65 static uint32_t lprofVMOWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in lprofVMOWriter()
DInstrProfilingPlatformLinux.c103 ProfDataIOVec BinaryIdIOVec[] = { in WriteOneBinaryId()
DInstrProfilingFile.c250 static uint32_t fileWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, in fileWriter()