Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingInternal.h44 typedef struct ProfDataIOVec { struct
48 } ProfDataIOVec; argument
50 typedef uint32_t (*WriterCallback)(ProfDataIOVec *, uint32_t NumIOVecs,
DInstrProfilingWriter.c56 ProfDataIOVec IOVec[] = { in llvmWriteProfDataImpl()
65 ProfDataIOVec IOVec2[] = {{ValueDataBegin, sizeof(char), ValueDataSize}}; in llvmWriteProfDataImpl()
DInstrProfilingBuffer.c46 static uint32_t bufferWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs, in bufferWriter()
DInstrProfilingFile.c21 static uint32_t fileWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs, in fileWriter()