Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingInternal.h45 typedef struct ProfDataIOVec { struct
49 } ProfDataIOVec; argument
51 typedef uint32_t (*WriterCallback)(ProfDataIOVec *, uint32_t NumIOVecs,
99 uint32_t lprofBufferWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs,
DInstrProfilingWriter.c34 COMPILER_RT_VISIBILITY uint32_t lprofBufferWriter(ProfDataIOVec *IOVecs, in lprofBufferWriter()
84 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size}}; in lprofBufferIOWrite()
99 ProfDataIOVec IO[] = { in lprofBufferIOFlush()
271 ProfDataIOVec IOVec[] = {{&Header, sizeof(__llvm_profile_header), 1}, in lprofWriteDataImpl()
DInstrProfilingFile.c89 static uint32_t fileWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs, in fileWriter()