Lines Matching full:runtime
17 // declared correctly for the runtime.
19 // because compiler-rt does not support profiling the profiling runtime itself.
186 * If \c EnableMerge is nonzero, the runtime will always merge profiling data
187 * with the contents of the profiling file. If EnableMerge is zero, the runtime
191 * Note: There may be multiple copies of the profile runtime (one for each
193 * copy of the runtime available to the calling image.
208 /*! \brief Initialize the profile runtime. */
228 * Note: There may be multiple copies of the profile runtime (one for each
230 * of the runtime available to the calling image.
300 * symbol. Its main purpose is to enable profile runtime user to
301 * bypass runtime initialization code -- if the client code explicitly
305 * affect runtime initialization decision of the main program.