Searched refs:writeAsBinary (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DYAML.h79 /// This is the number of bytes that writeAsBinary() will write.
89 void writeAsBinary(raw_ostream &OS, uint64_t N = UINT64_MAX) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DYAML.cpp40 void yaml::BinaryRef::writeAsBinary(raw_ostream &OS, uint64_t N) const { function in class:yaml::BinaryRef
H A DCodeViewYAMLTypeHashing.cpp81 H.Hash.writeAsBinary(OS);
H A DMinidumpEmitter.cpp48 Data.writeAsBinary(OS);
198 Raw.Content.writeAsBinary(OS);
H A DWasmEmitter.cpp319 Section.Payload.writeAsBinary(OS);
480 Func.Body.writeAsBinary(StringStream);
499 Segment.Content.writeAsBinary(OS);
H A DELFEmitter.cpp96 void writeAsBinary(const yaml::BinaryRef &Bin, uint64_t N = UINT64_MAX) { function in class:__anon3755::ContiguousBlobAccumulator
99 Bin.writeAsBinary(OS, N);
763 CBA.writeAsBinary(*Content);
1589 CBA.writeAsBinary(*Section.Content);
1646 CBA.writeAsBinary(NE.Desc);
1721 CBA.writeAsBinary(*Fill.Pattern);
1722 CBA.writeAsBinary(*Fill.Pattern, Fill.Size - Written);
H A DCOFFEmitter.cpp509 S.SectionData.writeAsBinary(OS);
H A DCodeViewYAMLSymbols.cpp273 Binary.writeAsBinary(OS);
H A DMachOEmitter.cpp325 Content.writeAsBinary(OS);

Completed in 70 milliseconds