Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp78 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anonf3e817260202() local
79 if (!InstrumentationMapOrError) in __anonf3e817260202()
84 InstrumentationMapOrError.takeError()); in __anonf3e817260202()
92 InstrumentationMapOrError->getFunctionAddresses(); in __anonf3e817260202()
99 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anonf3e817260202()
H A Dxray-converter.cpp374 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anon520030230302() local
375 if (!InstrumentationMapOrError) in __anon520030230302()
380 InstrumentationMapOrError.takeError()); in __anon520030230302()
381 Map = std::move(*InstrumentationMapOrError); in __anon520030230302()
H A Dxray-account.cpp453 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anon25c3d8b80f02() local
454 if (!InstrumentationMapOrError) in __anon25c3d8b80f02()
459 InstrumentationMapOrError.takeError()); in __anon25c3d8b80f02()
460 Map = std::move(*InstrumentationMapOrError); in __anon25c3d8b80f02()
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()
H A Dxray-stacks.cpp687 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anonfeaa86b40802() local
688 if (!InstrumentationMapOrError) in __anonfeaa86b40802()
693 InstrumentationMapOrError.takeError()); in __anonfeaa86b40802()
694 Map = std::move(*InstrumentationMapOrError); in __anonfeaa86b40802()