Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-extract.cpp75 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anonea4e72b60202() local
76 if (!InstrumentationMapOrError) in __anonea4e72b60202()
81 InstrumentationMapOrError.takeError()); in __anonea4e72b60202()
89 InstrumentationMapOrError->getFunctionAddresses(); in __anonea4e72b60202()
95 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anonea4e72b60202()
H A Dxray-converter.cpp373 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anon7b6bafb30302() local
374 if (!InstrumentationMapOrError) in __anon7b6bafb30302()
379 InstrumentationMapOrError.takeError()); in __anon7b6bafb30302()
380 Map = std::move(*InstrumentationMapOrError); in __anon7b6bafb30302()
H A Dxray-account.cpp414 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anon1c2a34480f02() local
415 if (!InstrumentationMapOrError) in __anon1c2a34480f02()
420 InstrumentationMapOrError.takeError()); in __anon1c2a34480f02()
421 Map = std::move(*InstrumentationMapOrError); in __anon1c2a34480f02()
H A Dxray-graph.cpp428 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer() local
429 if (!InstrumentationMapOrError) in getGraphRenderer()
434 InstrumentationMapOrError.takeError()); in getGraphRenderer()
435 Map = std::move(*InstrumentationMapOrError); in getGraphRenderer()
H A Dxray-stacks.cpp697 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anon2cebb0440702() local
698 if (!InstrumentationMapOrError) in __anon2cebb0440702()
703 InstrumentationMapOrError.takeError()); in __anon2cebb0440702()
704 Map = std::move(*InstrumentationMapOrError); in __anon2cebb0440702()