| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 48 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 D | CodeViewYAMLTypeHashing.cpp | 75 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 D | CodeViewYAMLTypes.cpp | 812 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugT()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.cpp | 104 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 D | DebugCrossExSubsection.cpp | 47 if (auto EC = Writer.writeInteger(M.first)) in commit() 49 if (auto EC = Writer.writeInteger(M.second)) in commit()
|
| H A D | SymbolSerializer.cpp | 51 if (auto EC = Writer.writeInteger(Length)) in visitSymbolEnd()
|
| H A D | DebugFrameDataSubsection.cpp | 46 if (auto EC = Writer.writeInteger<uint32_t>(0)) in commit()
|
| H A D | SimpleTypeSerializer.cpp | 21 cantFail(Writer.writeInteger(Pad)); in addPadding()
|
| H A D | DebugInlineeLinesSubsection.cpp | 99 if (auto EC = Writer.writeInteger<uint32_t>(E.ExtraFiles.size())) in commit()
|
| H A D | ContinuationRecordBuilder.cpp | 29 cantFail(Writer.writeInteger(Pad)); in addPadding()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiStreamBuilder.cpp | 203 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 D | HashTable.cpp | 53 if (auto EC = Writer.writeInteger(ReqWords)) in writeSparseBitVector() 66 if (auto EC = Writer.writeInteger(Word)) in writeSparseBitVector()
|
| H A D | PDBStringTableBuilder.cpp | 159 if (auto EC = Writer.writeInteger(BucketCount)) in writeHashTable() 185 if (auto EC = Writer.writeInteger<uint32_t>(Strings.size())) in writeEpilogue()
|
| H A D | DbiModuleDescriptorBuilder.cpp | 155 SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)) in commit() 171 if (auto EC = SymbolWriter.writeInteger<uint32_t>(0)) in commit()
|
| H A D | InfoStreamBuilder.cpp | 75 if (auto EC = Writer.writeInteger(0)) in commit()
|
| H A D | NamedStreamMap.cpp | 69 if (auto EC = Writer.writeInteger<uint32_t>(NamesBuffer.size())) in commit()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | BinaryStreamWriter.h | 65 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 D | CodeViewRecordIO.h | 62 return Writer->writeInteger(Value); in mapInteger() 96 if (auto EC = Writer->writeInteger(Size)) in mapVectorN()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | BinaryStreamWriter.cpp | 88 if (auto EC = writeInteger('\0')) in padToAlignment()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | HashTable.h | 202 if (auto EC = Writer.writeInteger(Entry.first))
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 370 if (auto EC = DW.writeInteger<uint32_t>(Layout.StreamSizes.size())) in commit()
|