Home | History | Annotate | Download | only in profile

Lines Matching defs:Data

17  * \brief Write instrumentation data to the given buffer, given explicit
18 * pointers to the live data in memory. This function is probably not what you
28 * \brief Write instrumentation data to the given buffer, given explicit
29 * pointers to the live data in memory. This function is probably not what you
42 * The data structure describing the data to be written by the
46 const void *Data;
55 * The data structure for buffered IO of profile data.
84 * This is the interface to write \c Data of \c Size bytes through
87 int llvmBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data,
90 * The interface to flush the remaining data in the buffer.
95 /* The low level interface to write data into a buffer. It is used as the
97 * and profile data writer. */