Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp367 auto OutFileOrError = FileOutputBuffer::create(Path, FileSize); in commit() local
368 if (auto EC = OutFileOrError.takeError()) in commit()
371 FileBufferByteStream Buffer(std::move(*OutFileOrError), in commit()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp502 Expected<std::unique_ptr<FileOutputBuffer>> OutFileOrError = in thinSlice() local
508 if (!OutFileOrError) in thinSlice()
509 reportError(OutputFileName, OutFileOrError.takeError()); in thinSlice()
512 OutFileOrError.get()->getBufferStart()); in thinSlice()
513 if (Error E = OutFileOrError.get()->commit()) in thinSlice()