Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-extract.cpp78 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anon9bf0fac10202() local
79 if (!InstrumentationMapOrError) in __anon9bf0fac10202()
84 InstrumentationMapOrError.takeError()); in __anon9bf0fac10202()
92 InstrumentationMapOrError->getFunctionAddresses(); in __anon9bf0fac10202()
99 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anon9bf0fac10202()
H A Dxray-converter.cpp374 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anon1fd0667e0302() local
375 if (!InstrumentationMapOrError) in __anon1fd0667e0302()
380 InstrumentationMapOrError.takeError()); in __anon1fd0667e0302()
381 Map = std::move(*InstrumentationMapOrError); in __anon1fd0667e0302()
H A Dxray-account.cpp451 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anoncdccbc530f02() local
452 if (!InstrumentationMapOrError) in __anoncdccbc530f02()
457 InstrumentationMapOrError.takeError()); in __anoncdccbc530f02()
458 Map = std::move(*InstrumentationMapOrError); in __anoncdccbc530f02()
H A Dxray-stacks.cpp691 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anon1b07e2ef0802() local
692 if (!InstrumentationMapOrError) in __anon1b07e2ef0802()
697 InstrumentationMapOrError.takeError()); in __anon1b07e2ef0802()
698 Map = std::move(*InstrumentationMapOrError); in __anon1b07e2ef0802()
H A Dxray-graph.cpp445 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer() local
446 if (!InstrumentationMapOrError) in getGraphRenderer()
451 InstrumentationMapOrError.takeError()); in getGraphRenderer()
452 Map = std::move(*InstrumentationMapOrError); in getGraphRenderer()