HomeSort by: relevance | last modified time | path
    Searched refs:ProfDataIOVec (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingInternal.h 45 typedef struct ProfDataIOVec {
49 } ProfDataIOVec;
51 typedef uint32_t (*WriterCallback)(ProfDataIOVec *, uint32_t NumIOVecs,
98 uint32_t llvmBufferWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs,
InstrProfilingWriter.c 23 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},
InstrProfilingFile.c 21 static uint32_t fileWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs,

Completed in 33 milliseconds