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