Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp384 auto OutFileOrError = FileOutputBuffer::create(Path, FileSize); in commit() local
385 if (auto EC = OutFileOrError.takeError()) in commit()
388 FileBufferByteStream Buffer(std::move(*OutFileOrError), in commit()