Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp357 auto OutFileOrError = FileOutputBuffer::create(Path, FileSize); in commit() local
358 if (auto EC = OutFileOrError.takeError()) in commit()
361 FileBufferByteStream Buffer(std::move(*OutFileOrError), in commit()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp500 Expected<std::unique_ptr<FileOutputBuffer>> OutFileOrError = in thinSlice() local
506 if (!OutFileOrError) in thinSlice()
507 reportError(OutputFileName, OutFileOrError.takeError()); in thinSlice()
510 OutFileOrError.get()->getBufferStart()); in thinSlice()
511 if (Error E = OutFileOrError.get()->commit()) in thinSlice()