Searched refs:InstrumentationMapOrError (Results 1 – 5 of 5) sorted by relevance
77 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anon70dba6dc0202() local78 if (!InstrumentationMapOrError) in __anon70dba6dc0202()83 InstrumentationMapOrError.takeError()); in __anon70dba6dc0202()91 InstrumentationMapOrError->getFunctionAddresses(); in __anon70dba6dc0202()98 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anon70dba6dc0202()
365 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anonda1685590302() local366 if (!InstrumentationMapOrError) in __anonda1685590302()371 InstrumentationMapOrError.takeError()); in __anonda1685590302()372 Map = std::move(*InstrumentationMapOrError); in __anonda1685590302()
451 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anona2b7686e0f02() local452 if (!InstrumentationMapOrError) in __anona2b7686e0f02()457 InstrumentationMapOrError.takeError()); in __anona2b7686e0f02()458 Map = std::move(*InstrumentationMapOrError); in __anona2b7686e0f02()
691 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anonf2eff7aa0802() local692 if (!InstrumentationMapOrError) in __anonf2eff7aa0802()697 InstrumentationMapOrError.takeError()); in __anonf2eff7aa0802()698 Map = std::move(*InstrumentationMapOrError); in __anonf2eff7aa0802()
444 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer() local445 if (!InstrumentationMapOrError) in getGraphRenderer()450 InstrumentationMapOrError.takeError()); in getGraphRenderer()451 Map = std::move(*InstrumentationMapOrError); in getGraphRenderer()