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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp30 cantFail(Writer.writeObject(DummyPrefix));
H A DDebugLinesSubsection.cpp110 if (auto EC = Writer.writeObject(Header))
123 if (auto EC = Writer.writeObject(BlockHeader))
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 DDebugSubsectionRecord.cpp83 if (auto EC = Writer.writeObject(Header))
H A DContinuationRecordBuilder.cpp74 cantFail(SegmentWriter.writeObject(Prefix));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectWriter.h38 /// should be emitted as part of writeObject().
67 /// writeObject().
95 /// writeObject(). If this function is not called, all symbols are treated as
100 /// diring writeObject().
108 virtual uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) = 0;
H A DMCMachObjectWriter.h273 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override;
/freebsd-11-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 DPDBStringTableBuilder.cpp159 if (auto EC = Writer.writeObject(H))
H A DDbiModuleDescriptorBuilder.cpp140 if (auto EC = ModiWriter.writeObject(Layout))
H A DGSIStreamBuilder.cpp101 if (auto EC = Writer.writeObject(Header))
343 if (auto EC = Writer.writeObject(Header))
H A DDbiStreamBuilder.cpp400 if (auto EC = Writer.writeObject(*Header))
418 if (auto EC = Writer.writeObject(SMHeader))
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp50 if (auto EC = writeObject('\0'))
/freebsd-11-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-11-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-11-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-11-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-11-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
H A DXCOFFObjectWriter.cpp178 uint64_t writeObject(MCAssembler &, const MCAsmLayout &) override;
388 uint64_t XCOFFObjectWriter::writeObject(MCAssembler &Asm, function in class:__anon1942::XCOFFObjectWriter
/freebsd-11-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 310 milliseconds

12