Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-extract.cpp75 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anon6df76ed40202() local
76 if (!InstrumentationMapOrError) in __anon6df76ed40202()
81 InstrumentationMapOrError.takeError()); in __anon6df76ed40202()
89 InstrumentationMapOrError->getFunctionAddresses(); in __anon6df76ed40202()
95 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anon6df76ed40202()
Dxray-converter.cpp362 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anon8d442b510302() local
363 if (!InstrumentationMapOrError) in __anon8d442b510302()
368 InstrumentationMapOrError.takeError()); in __anon8d442b510302()
369 Map = std::move(*InstrumentationMapOrError); in __anon8d442b510302()
Dxray-account.cpp444 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anon9fd330660902() local
445 if (!InstrumentationMapOrError) in __anon9fd330660902()
450 InstrumentationMapOrError.takeError()); in __anon9fd330660902()
451 Map = std::move(*InstrumentationMapOrError); in __anon9fd330660902()
Dxray-graph.cpp424 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer() local
425 if (!InstrumentationMapOrError) in getGraphRenderer()
430 InstrumentationMapOrError.takeError()); in getGraphRenderer()
431 Map = std::move(*InstrumentationMapOrError); in getGraphRenderer()
Dxray-stacks.cpp694 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anon6736a0a20702() local
695 if (!InstrumentationMapOrError) in __anon6736a0a20702()
700 InstrumentationMapOrError.takeError()); in __anon6736a0a20702()
701 Map = std::move(*InstrumentationMapOrError); in __anon6736a0a20702()