Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp77 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anonaf2451450202() local
78 if (!InstrumentationMapOrError) in __anonaf2451450202()
83 InstrumentationMapOrError.takeError()); in __anonaf2451450202()
91 InstrumentationMapOrError->getFunctionAddresses(); in __anonaf2451450202()
98 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anonaf2451450202()
H A Dxray-converter.cpp365 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anoncd336e020302() local
366 if (!InstrumentationMapOrError) in __anoncd336e020302()
371 InstrumentationMapOrError.takeError()); in __anoncd336e020302()
372 Map = std::move(*InstrumentationMapOrError); in __anoncd336e020302()
H A Dxray-account.cpp451 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anone10012d70f02() local
452 if (!InstrumentationMapOrError) in __anone10012d70f02()
457 InstrumentationMapOrError.takeError()); in __anone10012d70f02()
458 Map = std::move(*InstrumentationMapOrError); in __anone10012d70f02()
H A Dxray-graph.cpp444 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer() local
445 if (!InstrumentationMapOrError) in getGraphRenderer()
450 InstrumentationMapOrError.takeError()); in getGraphRenderer()
451 Map = std::move(*InstrumentationMapOrError); in getGraphRenderer()
H A Dxray-stacks.cpp691 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anon4a2878f30802() local
692 if (!InstrumentationMapOrError) in __anon4a2878f30802()
697 InstrumentationMapOrError.takeError()); in __anon4a2878f30802()
698 Map = std::move(*InstrumentationMapOrError); in __anon4a2878f30802()