Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-extract.cpp78 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anonc37539a80202() local
79 if (!InstrumentationMapOrError) in __anonc37539a80202()
84 InstrumentationMapOrError.takeError()); in __anonc37539a80202()
92 InstrumentationMapOrError->getFunctionAddresses(); in __anonc37539a80202()
99 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anonc37539a80202()
H A Dxray-converter.cpp374 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anon395ffb250302() local
375 if (!InstrumentationMapOrError) in __anon395ffb250302()
380 InstrumentationMapOrError.takeError()); in __anon395ffb250302()
381 Map = std::move(*InstrumentationMapOrError); in __anon395ffb250302()
H A Dxray-account.cpp453 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anonf550fb3a0f02() local
454 if (!InstrumentationMapOrError) in __anonf550fb3a0f02()
459 InstrumentationMapOrError.takeError()); in __anonf550fb3a0f02()
460 Map = std::move(*InstrumentationMapOrError); in __anonf550fb3a0f02()
H A Dxray-stacks.cpp691 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anon23fc60f60802() local
692 if (!InstrumentationMapOrError) in __anon23fc60f60802()
697 InstrumentationMapOrError.takeError()); in __anon23fc60f60802()
698 Map = std::move(*InstrumentationMapOrError); in __anon23fc60f60802()
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()