Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-extract.cpp77 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anon70dba6dc0202() local
78 if (!InstrumentationMapOrError) in __anon70dba6dc0202()
83 InstrumentationMapOrError.takeError()); in __anon70dba6dc0202()
91 InstrumentationMapOrError->getFunctionAddresses(); in __anon70dba6dc0202()
98 exportAsYAML(*InstrumentationMapOrError, OS, FuncIdHelper); in __anon70dba6dc0202()
H A Dxray-converter.cpp365 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anonda1685590302() local
366 if (!InstrumentationMapOrError) in __anonda1685590302()
371 InstrumentationMapOrError.takeError()); in __anonda1685590302()
372 Map = std::move(*InstrumentationMapOrError); in __anonda1685590302()
H A Dxray-account.cpp451 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anona2b7686e0f02() local
452 if (!InstrumentationMapOrError) in __anona2b7686e0f02()
457 InstrumentationMapOrError.takeError()); in __anona2b7686e0f02()
458 Map = std::move(*InstrumentationMapOrError); in __anona2b7686e0f02()
H A Dxray-stacks.cpp691 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anonf2eff7aa0802() local
692 if (!InstrumentationMapOrError) in __anonf2eff7aa0802()
697 InstrumentationMapOrError.takeError()); in __anonf2eff7aa0802()
698 Map = std::move(*InstrumentationMapOrError); in __anonf2eff7aa0802()
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()