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