| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 42 static void writeInteger(T Integer, raw_ostream &OS, bool IsLittleEndian) { in writeInteger() function 51 writeInteger((uint64_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger() 53 writeInteger((uint32_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger() 55 writeInteger((uint16_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger() 57 writeInteger((uint8_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger() 165 writeInteger((uint16_t)Range.Version, OS, DI.IsLittleEndian); in emitDebugAranges() 167 writeInteger((uint8_t)AddrSize, OS, DI.IsLittleEndian); in emitDebugAranges() 168 writeInteger((uint8_t)Range.SegSize, OS, DI.IsLittleEndian); in emitDebugAranges() 226 writeInteger((uint16_t)Sect.Version, OS, IsLittleEndian); in emitPubSection() 227 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection() [all …]
|
| H A D | CodeViewYAMLTypeHashing.cpp | 72 cantFail(Writer.writeInteger(DebugH.Magic)); in toDebugH() 73 cantFail(Writer.writeInteger(DebugH.Version)); in toDebugH() 74 cantFail(Writer.writeInteger(DebugH.HashAlgorithm)); in toDebugH()
|
| H A D | COFFEmitter.cpp | 181 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugS()
|
| H A D | CodeViewYAMLTypes.cpp | 820 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugT()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.cpp | 140 if (auto EC = Writer->writeInteger(TypeInd.getIndex())) in mapInteger() 342 if (auto EC = Writer->writeInteger<int16_t>(Value)) in writeEncodedSignedInteger() 346 if (auto EC = Writer->writeInteger<uint16_t>(LF_CHAR)) in writeEncodedSignedInteger() 348 if (auto EC = Writer->writeInteger<int8_t>(Value)) in writeEncodedSignedInteger() 352 if (auto EC = Writer->writeInteger<uint16_t>(LF_SHORT)) in writeEncodedSignedInteger() 354 if (auto EC = Writer->writeInteger<int16_t>(Value)) in writeEncodedSignedInteger() 358 if (auto EC = Writer->writeInteger<uint16_t>(LF_LONG)) in writeEncodedSignedInteger() 360 if (auto EC = Writer->writeInteger<int32_t>(Value)) in writeEncodedSignedInteger() 363 if (auto EC = Writer->writeInteger<uint16_t>(LF_QUADWORD)) in writeEncodedSignedInteger() 365 if (auto EC = Writer->writeInteger(Value)) in writeEncodedSignedInteger() [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 | 48 if (auto EC = Writer.writeInteger(Length)) in visitSymbolEnd()
|
| H A D | DebugFrameDataSubsection.cpp | 47 if (auto EC = Writer.writeInteger<uint32_t>(0)) in commit()
|
| H A D | SimpleTypeSerializer.cpp | 27 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/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | CompactUnwindSupport.h | 489 cantFail(W.writeInteger<uint32_t>(1)); in writeHeader() 490 cantFail(W.writeInteger<uint32_t>(UnwindInfoSectionHeaderSize)); in writeHeader() 491 cantFail(W.writeInteger<uint32_t>(0)); in writeHeader() 492 cantFail(W.writeInteger<uint32_t>(UnwindInfoSectionHeaderSize)); in writeHeader() 493 cantFail(W.writeInteger<uint32_t>(Personalities.size())); in writeHeader() 494 cantFail(W.writeInteger<uint32_t>(IndexArrayOffset)); in writeHeader() 495 cantFail(W.writeInteger<uint32_t>(NumSecondLevelPages + 1)); in writeHeader() 506 cantFail(W.writeInteger<uint32_t>(Delta)); in writePersonalities() 530 cantFail(W.writeInteger<uint32_t>(FnDelta)); in writeIndexes() 531 cantFail(W.writeInteger<uint32_t>(SecondLevelPageOffset)); in writeIndexes() [all …]
|
| H A D | aarch64.cpp | 326 return InstrWriter.writeInteger(Instr); in lowerPointer64AuthEdgesToSigningFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | PerfSupportPlugin.cpp | 60 if (auto Err = Writer.writeInteger(Version)) in createX64EHFrameHeader() 62 if (auto Err = Writer.writeInteger(EhFramePtrEnc)) in createX64EHFrameHeader() 64 if (auto Err = Writer.writeInteger(FDECountEnc)) in createX64EHFrameHeader() 66 if (auto Err = Writer.writeInteger(TableEnc)) in createX64EHFrameHeader() 70 if (auto Err = Writer.writeInteger(EHFrameAddr)) in createX64EHFrameHeader() 73 if (auto Err = Writer.writeInteger(EHFrameRelocation)) in createX64EHFrameHeader()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiStreamBuilder.cpp | 199 if (auto EC = MetadataWriter.writeInteger(ModiCount)) // NumModules in generateFileInfoSubstream() 201 if (auto EC = MetadataWriter.writeInteger(FileCount)) // NumSourceFiles in generateFileInfoSubstream() 204 if (auto EC = MetadataWriter.writeInteger(I)) // Mod Indices in generateFileInfoSubstream() 209 if (auto EC = MetadataWriter.writeInteger(FileCount)) // Mod File Counts in generateFileInfoSubstream() 231 if (auto EC = MetadataWriter.writeInteger(Result->second)) in generateFileInfoSubstream() 434 if (auto EC = Writer.writeInteger(StreamNumber)) in commit()
|
| H A D | HashTable.cpp | 49 if (auto EC = Writer.writeInteger(ReqWords)) in writeSparseBitVector() 62 if (auto EC = Writer.writeInteger(Word)) in writeSparseBitVector()
|
| H A D | DbiModuleDescriptorBuilder.cpp | 174 if (auto EC = SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)) in commitSymbolStream() 191 if (auto E = SymbolWriter.writeInteger<uint32_t>(Fixup.StrTabOffset)) in commitSymbolStream() 205 if (auto EC = SymbolWriter.writeInteger<uint32_t>(0)) in commitSymbolStream()
|
| H A D | PDBStringTableBuilder.cpp | 178 if (auto EC = Writer.writeInteger(BucketCount)) in writeHashTable() 204 if (auto EC = Writer.writeInteger<uint32_t>(Strings.size())) in writeEpilogue()
|
| H A D | InfoStreamBuilder.cpp | 73 if (auto EC = Writer.writeInteger(0)) in commit()
|
| H A D | NamedStreamMap.cpp | 64 if (auto EC = Writer.writeInteger<uint32_t>(NamesBuffer.size())) in commit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BinaryStreamWriter.h | 59 template <typename T> Error writeInteger(T Value) { in writeInteger() function 73 return writeInteger<U>(static_cast<U>(Num)); in writeEnum()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 110 return Writer->writeInteger(Value); 159 if (auto EC = Writer->writeInteger(Size))
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | HashTable.h | 197 if (auto EC = Writer.writeInteger(Entry.first)) in commit()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 404 if (auto EC = DW.writeInteger<uint32_t>(Layout.StreamSizes.size())) in commit()
|