Searched refs:InstrumentationMapOrError (Results 1 – 5 of 5) sorted by relevance
78 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anon577b53910202() local79 if (!InstrumentationMapOrError) in __anon577b53910202()84 InstrumentationMapOrError.takeError()); in __anon577b53910202()92 InstrumentationMapOrError->getFunctionAddresses(); in __anon577b53910202()99 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anon577b53910202()
374 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anone754334e0302() local 375 if (!InstrumentationMapOrError) in __anone754334e0302() 380 InstrumentationMapOrError.takeError()); in __anone754334e0302() 381 Map = std::move(*InstrumentationMapOrError); in __anone754334e0302()
453 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anon895715230f02() local454 if (!InstrumentationMapOrError) in __anon895715230f02()459 InstrumentationMapOrError.takeError()); in __anon895715230f02()460 Map = std::move(*InstrumentationMapOrError); in __anon895715230f02()
687 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anon4f4261bf0802() 688 if (!InstrumentationMapOrError) in __anon4f4261bf0802() 693 InstrumentationMapOrError.takeError()); in __anon4f4261bf0802() 694 Map = std::move(*InstrumentationMapOrError); in __anon4f4261bf0802() 691 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); __anon4f4261bf0802() local
447 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer() local448 if (!InstrumentationMapOrError) in getGraphRenderer()453 InstrumentationMapOrError.takeError()); in getGraphRenderer()454 Map = std::move(*InstrumentationMapOrError); in getGraphRenderer()