Searched refs:InstrumentationMapOrError (Results 1 – 5 of 5) sorted by relevance
78 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anon9bf0fac10202() local79 if (!InstrumentationMapOrError) in __anon9bf0fac10202()84 InstrumentationMapOrError.takeError()); in __anon9bf0fac10202()92 InstrumentationMapOrError->getFunctionAddresses(); in __anon9bf0fac10202()99 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anon9bf0fac10202()
374 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anon1fd0667e0302() local375 if (!InstrumentationMapOrError) in __anon1fd0667e0302()380 InstrumentationMapOrError.takeError()); in __anon1fd0667e0302()381 Map = std::move(*InstrumentationMapOrError); in __anon1fd0667e0302()
451 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anoncdccbc530f02() local452 if (!InstrumentationMapOrError) in __anoncdccbc530f02()457 InstrumentationMapOrError.takeError()); in __anoncdccbc530f02()458 Map = std::move(*InstrumentationMapOrError); in __anoncdccbc530f02()
691 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anon1b07e2ef0802() local692 if (!InstrumentationMapOrError) in __anon1b07e2ef0802()697 InstrumentationMapOrError.takeError()); in __anon1b07e2ef0802()698 Map = std::move(*InstrumentationMapOrError); in __anon1b07e2ef0802()
445 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer() local446 if (!InstrumentationMapOrError) in getGraphRenderer()451 InstrumentationMapOrError.takeError()); in getGraphRenderer()452 Map = std::move(*InstrumentationMapOrError); in getGraphRenderer()