Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()