Home
last modified time | relevance | path

Searched refs:InstrumentationMapOrError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp78 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anon577b53910202() local
79 if (!InstrumentationMapOrError) in __anon577b53910202()
84 InstrumentationMapOrError.takeError()); in __anon577b53910202()
92 InstrumentationMapOrError->getFunctionAddresses(); in __anon577b53910202()
99 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anon577b53910202()
H A Dxray-converter.cpp374 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anone754334e0302() local
375 if (!InstrumentationMapOrError) in __anone754334e0302()
380 InstrumentationMapOrError.takeError()); in __anone754334e0302()
381 Map = std::move(*InstrumentationMapOrError); in __anone754334e0302()
H A Dxray-account.cpp453 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anon895715230f02() local
454 if (!InstrumentationMapOrError) in __anon895715230f02()
459 InstrumentationMapOrError.takeError()); in __anon895715230f02()
460 Map = std::move(*InstrumentationMapOrError); in __anon895715230f02()
H A Dxray-stacks.cpp687 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anon4f4261bf0802()
688 if (!InstrumentationMapOrError) in __anon4f4261bf0802()
693 InstrumentationMapOrError.takeError()); in __anon4f4261bf0802()
694 Map = std::move(*InstrumentationMapOrError); in __anon4f4261bf0802()
691 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); __anon4f4261bf0802() local
H A Dxray-graph.cpp447 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer() local
448 if (!InstrumentationMapOrError) in getGraphRenderer()
453 InstrumentationMapOrError.takeError()); in getGraphRenderer()
454 Map = std::move(*InstrumentationMapOrError); in getGraphRenderer()