Lines Matching refs:emitIntValue
142 auto emitIntValue = [&Streamer, emitDataPadding, emitLabelByName]( in emitBinary() local
146 Streamer.emitIntValue(Value, Size); in emitBinary()
166 emitIntValue("__bolt_instr_sleep_time", opts::InstrumentationSleepTime); in emitBinary()
167 emitIntValue("__bolt_instr_no_counters_clear", in emitBinary()
169 emitIntValue("__bolt_instr_conservative", !!opts::ConservativeInstrumentation, in emitBinary()
171 emitIntValue("__bolt_instr_wait_forks", !!opts::InstrumentationWaitForks, 1); in emitBinary()
172 emitIntValue("__bolt_num_counters", Summary->Counters.size()); in emitBinary()
175 emitIntValue("__bolt_instr_num_ind_calls", in emitBinary()
177 emitIntValue("__bolt_instr_num_ind_targets", in emitBinary()
179 emitIntValue("__bolt_instr_num_funcs", Summary->FunctionDescriptions.size()); in emitBinary()
182 emitIntValue("__bolt_instr_use_pid", !!opts::InstrumentationFileAppendPID, 1); in emitBinary()