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

/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h45 typedef struct ProfDataIOVec { struct
49 } ProfDataIOVec; typedef in typeref:struct:ProfDataIOVec
51 typedef uint32_t (*WriterCallback)(ProfDataIOVec *, uint32_t NumIOVecs,
98 uint32_t llvmBufferWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs,
H A DInstrProfilingWriter.c23 COMPILER_RT_VISIBILITY uint32_t llvmBufferWriter(ProfDataIOVec *IOVecs,
70 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size}};
85 ProfDataIOVec IO[] = {
166 ProfDataIOVec IOVec[] = {{&Header, sizeof(__llvm_profile_header), 1},
H A DInstrProfilingFile.c25 static uint32_t fileWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs,

Completed in 47 milliseconds