Searched refs:writeObject (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp41 cantFail(Writer.writeObject(DummyPrefix));
H A DDebugLinesSubsection.cpp110 if (auto EC = Writer.writeObject(Header))
123 if (auto EC = Writer.writeObject(BlockHeader))
H A DDebugSubsectionRecord.cpp81 if (auto EC = Writer.writeObject(Header))
H A DDebugChecksumsSubsection.cpp100 if (auto EC = Writer.writeObject(Header))
H A DDebugCrossImpSubsection.cpp90 if (auto EC = Writer.writeObject(Imp))
H A DDebugInlineeLinesSubsection.cpp92 if (auto EC = Writer.writeObject(E.Header))
H A DContinuationRecordBuilder.cpp74 cantFail(SegmentWriter.writeObject(Prefix));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectWriter.h32 /// should be emitted as part of writeObject().
61 /// writeObject().
89 /// writeObject(). If this function is not called, all symbols are treated as
94 /// diring writeObject().
102 virtual uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) = 0;
H A DMCMachObjectWriter.h274 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp155 if (auto EC = Writer.writeObject(*Header))
178 if (auto EC = HW.writeObject(IndexOffset))
H A DInfoStreamBuilder.cpp69 if (auto EC = Writer.writeObject(H))
H A DDbiModuleDescriptorBuilder.cpp139 if (auto EC = ModiWriter.writeObject(Layout))
H A DPDBStringTableBuilder.cpp159 if (auto EC = Writer.writeObject(H))
H A DDbiStreamBuilder.cpp393 if (auto EC = Writer.writeObject(*Header))
411 if (auto EC = Writer.writeObject(SMHeader))
H A DGSIStreamBuilder.cpp137 if (auto EC = Writer.writeObject(Header))
458 if (auto EC = Writer.writeObject(Header))
H A DPDBFileBuilder.cpp238 cantFail(Writer.writeObject(Header));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h43 if (auto EC = Writer.writeObject(Prefix))
H A DCodeViewRecordIO.h90 return Writer->writeObject(Value);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp50 if (auto EC = writeObject('\0'))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h62 // PropertyWriter writeObject();
71 // auto &&widget = W.find("widget").writeObject();
134 Impl &writeObject() { return asImpl(); } function in class:clang::serialization::DataStreamBasicWriter
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h135 template <typename T> Error writeObject(const T &Obj) { function in class:llvm::BinaryStreamWriter
137 "writeObject should not be used with pointers, to write "
139 "writeObject");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h188 if (auto EC = Writer.writeObject(H))
200 if (auto EC = Writer.writeObject(Entry.second))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp333 cantFail(FpmWriter.writeObject(ThisByte));
355 if (auto EC = Writer.writeObject(*Layout.SB))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp225 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout);
295 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override {
297 .writeObject(Asm, Layout);
328 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override {
330 .writeObject(Asm, Layout);
332 .writeObject(Asm, Layout);
1069 uint64_t ELFWriter::writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) { function in class:ELFWriter
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java607 out.writeObject(obj);
646 encoder.writeObject(obj);

Completed in 264 milliseconds

12