Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-xray/
Dxray-extract.cpp77 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anon52b08f080202() local
78 if (!InstrumentationMapOrError) in __anon52b08f080202()
83 InstrumentationMapOrError.takeError()); in __anon52b08f080202()
91 InstrumentationMapOrError->getFunctionAddresses(); in __anon52b08f080202()
98 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anon52b08f080202()
Dxray-converter.cpp367 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anon84c628850302() local
368 if (!InstrumentationMapOrError) in __anon84c628850302()
373 InstrumentationMapOrError.takeError()); in __anon84c628850302()
374 Map = std::move(*InstrumentationMapOrError); in __anon84c628850302()
Dxray-account.cpp451 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anon848c509a0f02() local
452 if (!InstrumentationMapOrError) in __anon848c509a0f02()
457 InstrumentationMapOrError.takeError()); in __anon848c509a0f02()
458 Map = std::move(*InstrumentationMapOrError); in __anon848c509a0f02()
Dxray-stacks.cpp694 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anona4728a560802() local
695 if (!InstrumentationMapOrError) in __anona4728a560802()
700 InstrumentationMapOrError.takeError()); in __anona4728a560802()
701 Map = std::move(*InstrumentationMapOrError); in __anona4728a560802()
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()