Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp475 auto MaybeOF = getOutputStream(); in outputAllDiffs() local
476 if (std::error_code EC = MaybeOF.getError()) in outputAllDiffs()
478 std::unique_ptr<ToolOutputFile> OF = std::move(*MaybeOF); in outputAllDiffs()