Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp348 auto OutFileOrError = FileOutputBuffer::create(Path, FileSize); in commit() local
349 if (auto EC = OutFileOrError.takeError()) in commit()
352 FileBufferByteStream Buffer(std::move(*OutFileOrError), in commit()
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp317 auto OutFileOrError = FileOutputBuffer::create( in yamlToPdb() local
319 if (OutFileOrError.getError()) in yamlToPdb()
324 llvm::make_unique<FileBufferByteStream>(std::move(*OutFileOrError)); in yamlToPdb()