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