|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
lib/Support/FileOutputBuffer.cpp 48 Error commit() override {
91 Error commit() override {
References
include/llvm/Support/BinaryByteStream.h 218 if (FileBuffer->commit())
tools/lld/COFF/Writer.cpp 630 if (auto e = buffer->commit())
tools/lld/ELF/Writer.cpp 619 if (auto e = buffer->commit())
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp 1546 if (Error E = fob->commit())
tools/lld/wasm/Writer.cpp 1071 if (Error e = buffer->commit())
tools/llvm-cvtres/llvm-cvtres.cpp 206 error(FileBuffer->commit());
tools/llvm-lipo/llvm-lipo.cpp 581 if (Error E = OutFileOrError.get()->commit())
721 if (Error E = OutFile->commit())
tools/llvm-mt/llvm-mt.cpp 157 error(FileBuffer->commit());
tools/llvm-objcopy/Buffer.cpp 53 Error Err = Buf->commit();
tools/llvm-objcopy/ELF/ELFObjcopy.cpp 299 if (Error E = Buf->commit())
unittests/Support/FileOutputBufferTest.cpp 54 ASSERT_NO_ERROR(errorToErrorCode(Buffer->commit()));
92 ASSERT_NO_ERROR(errorToErrorCode(Buffer->commit()));
112 ASSERT_NO_ERROR(errorToErrorCode(Buffer->commit()));