Searched refs:InstrumentationMapOrError (Results 1 – 5 of 5) sorted by relevance
75 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anonea4e72b60202() local76 if (!InstrumentationMapOrError) in __anonea4e72b60202()81 InstrumentationMapOrError.takeError()); in __anonea4e72b60202()89 InstrumentationMapOrError->getFunctionAddresses(); in __anonea4e72b60202()95 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anonea4e72b60202()
373 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anon7b6bafb30302() local374 if (!InstrumentationMapOrError) in __anon7b6bafb30302()379 InstrumentationMapOrError.takeError()); in __anon7b6bafb30302()380 Map = std::move(*InstrumentationMapOrError); in __anon7b6bafb30302()
414 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anon1c2a34480f02() local415 if (!InstrumentationMapOrError) in __anon1c2a34480f02()420 InstrumentationMapOrError.takeError()); in __anon1c2a34480f02()421 Map = std::move(*InstrumentationMapOrError); in __anon1c2a34480f02()
428 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer() local429 if (!InstrumentationMapOrError) in getGraphRenderer()434 InstrumentationMapOrError.takeError()); in getGraphRenderer()435 Map = std::move(*InstrumentationMapOrError); in getGraphRenderer()
697 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anon2cebb0440702() local698 if (!InstrumentationMapOrError) in __anon2cebb0440702()703 InstrumentationMapOrError.takeError()); in __anon2cebb0440702()704 Map = std::move(*InstrumentationMapOrError); in __anon2cebb0440702()