Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp48 writeInteger((uint64_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger()
50 writeInteger((uint32_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger()
52 writeInteger((uint16_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger()
54 writeInteger((uint8_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger()
122 writeInteger((uint16_t)Sect.Version, OS, IsLittleEndian); in EmitPubSection()
124 writeInteger((uint32_t)Sect.UnitSize, OS, IsLittleEndian); in EmitPubSection()
160 writeInteger(U, OS, DebugInfo.IsLittleEndian); in onValue()
164 writeInteger(U, OS, DebugInfo.IsLittleEndian); in onValue()
168 writeInteger(U, OS, DebugInfo.IsLittleEndian); in onValue()
175 writeInteger(U, OS, DebugInfo.IsLittleEndian); in onValue()
[all …]
H A DCodeViewYAMLTypeHashing.cpp75 cantFail(Writer.writeInteger(DebugH.Magic)); in toDebugH()
76 cantFail(Writer.writeInteger(DebugH.Version)); in toDebugH()
77 cantFail(Writer.writeInteger(DebugH.HashAlgorithm)); in toDebugH()
H A DCodeViewYAMLTypes.cpp812 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugT()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp104 if (auto EC = Writer->writeInteger(TypeInd.getIndex())) in mapInteger()
194 if (auto EC = Writer->writeInteger<uint8_t>(0)) in mapStringZVectorZ()
212 if (auto EC = Writer->writeInteger<uint16_t>(LF_CHAR)) in writeEncodedSignedInteger()
214 if (auto EC = Writer->writeInteger<int8_t>(Value)) in writeEncodedSignedInteger()
219 if (auto EC = Writer->writeInteger<int16_t>(Value)) in writeEncodedSignedInteger()
224 if (auto EC = Writer->writeInteger<int32_t>(Value)) in writeEncodedSignedInteger()
229 if (auto EC = Writer->writeInteger(Value)) in writeEncodedSignedInteger()
237 if (auto EC = Writer->writeInteger<uint16_t>(Value)) in writeEncodedUnsignedInteger()
242 if (auto EC = Writer->writeInteger<uint16_t>(Value)) in writeEncodedUnsignedInteger()
247 if (auto EC = Writer->writeInteger<uint32_t>(Value)) in writeEncodedUnsignedInteger()
[all …]
H A DDebugCrossExSubsection.cpp47 if (auto EC = Writer.writeInteger(M.first)) in commit()
49 if (auto EC = Writer.writeInteger(M.second)) in commit()
H A DSymbolSerializer.cpp51 if (auto EC = Writer.writeInteger(Length)) in visitSymbolEnd()
H A DDebugFrameDataSubsection.cpp46 if (auto EC = Writer.writeInteger<uint32_t>(0)) in commit()
H A DSimpleTypeSerializer.cpp21 cantFail(Writer.writeInteger(Pad)); in addPadding()
H A DDebugInlineeLinesSubsection.cpp99 if (auto EC = Writer.writeInteger<uint32_t>(E.ExtraFiles.size())) in commit()
H A DContinuationRecordBuilder.cpp29 cantFail(Writer.writeInteger(Pad)); in addPadding()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp203 if (auto EC = MetadataWriter.writeInteger(ModiCount)) // NumModules in generateFileInfoSubstream()
205 if (auto EC = MetadataWriter.writeInteger(FileCount)) // NumSourceFiles in generateFileInfoSubstream()
208 if (auto EC = MetadataWriter.writeInteger(I)) // Mod Indices in generateFileInfoSubstream()
213 if (auto EC = MetadataWriter.writeInteger(FileCount)) // Mod File Counts in generateFileInfoSubstream()
235 if (auto EC = MetadataWriter.writeInteger(Result->second)) in generateFileInfoSubstream()
435 if (auto EC = Writer.writeInteger(StreamNumber)) in commit()
H A DHashTable.cpp53 if (auto EC = Writer.writeInteger(ReqWords)) in writeSparseBitVector()
66 if (auto EC = Writer.writeInteger(Word)) in writeSparseBitVector()
H A DPDBStringTableBuilder.cpp159 if (auto EC = Writer.writeInteger(BucketCount)) in writeHashTable()
185 if (auto EC = Writer.writeInteger<uint32_t>(Strings.size())) in writeEpilogue()
H A DDbiModuleDescriptorBuilder.cpp155 SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)) in commit()
171 if (auto EC = SymbolWriter.writeInteger<uint32_t>(0)) in commit()
H A DInfoStreamBuilder.cpp75 if (auto EC = Writer.writeInteger(0)) in commit()
H A DNamedStreamMap.cpp69 if (auto EC = Writer.writeInteger<uint32_t>(NamesBuffer.size())) in commit()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h65 template <typename T> Error writeInteger(T Value) { in writeInteger() function
80 return writeInteger<U>(static_cast<U>(Num)); in writeEnum()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h62 return Writer->writeInteger(Value); in mapInteger()
96 if (auto EC = Writer->writeInteger(Size)) in mapVectorN()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DBinaryStreamWriter.cpp88 if (auto EC = writeInteger('\0')) in padToAlignment()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h202 if (auto EC = Writer.writeInteger(Entry.first))
/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp370 if (auto EC = DW.writeInteger<uint32_t>(Layout.StreamSizes.size())) in commit()