Lines Matching refs:Warn
207 function_ref<void(Error)> Warn) { in addRecord() argument
210 addRecord(Name, Hash, std::move(I), Weight, Warn); in addRecord()
248 function_ref<void(Error)> Warn) { in addRecord() argument
258 Warn(make_error<InstrProfError>(E)); in addRecord()
287 function_ref<void(Error)> Warn) { in addMemProfFrame() argument
294 Warn(make_error<InstrProfError>(instrprof_error::malformed, in addMemProfFrame()
304 function_ref<void(Error)> Warn) { in addMemProfCallStack() argument
311 Warn(make_error<InstrProfError>(instrprof_error::malformed, in addMemProfCallStack()
380 function_ref<void(Error)> Warn) { in mergeRecordsFromWriter() argument
383 addRecord(I.getKey(), Func.first, std::move(Func.second), 1, Warn); in mergeRecordsFromWriter()
396 if (!addMemProfFrame(FrameId, Frame, Warn)) in mergeRecordsFromWriter()
402 if (!addMemProfCallStack(CSId, CallStack, Warn)) in mergeRecordsFromWriter()