Home
last modified time | relevance | path

Searched refs:writeInteger (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp38 static void writeInteger(T Integer, raw_ostream &OS, bool IsLittleEndian) { in writeInteger() function
47 writeInteger((uint64_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger()
49 writeInteger((uint32_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger()
51 writeInteger((uint16_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger()
53 writeInteger((uint8_t)Integer, OS, IsLittleEndian); in writeVariableSizedInteger()
66 writeInteger((uint32_t)Length.TotalLength, OS, IsLittleEndian); in writeInitialLength()
68 writeInteger((uint64_t)Length.TotalLength64, OS, IsLittleEndian); in writeInitialLength()
98 writeInteger((uint16_t)Range.Version, OS, DI.IsLittleEndian); in EmitDebugAranges()
99 writeInteger((uint32_t)Range.CuOffset, OS, DI.IsLittleEndian); in EmitDebugAranges()
100 writeInteger((uint8_ in EmitDebugAranges()
[all...]
H A DCodeViewYAMLTypeHashing.cpp74 cantFail(Writer.writeInteger(DebugH.Magic)); in toDebugH()
75 cantFail(Writer.writeInteger(DebugH.Version)); in toDebugH()
76 cantFail(Writer.writeInteger(DebugH.HashAlgorithm)); in toDebugH()
H A DCOFFEmitter.cpp198 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugS()
H A DCodeViewYAMLTypes.cpp811 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp137 if (auto EC = Writer->writeInteger(TypeInd.getIndex())) in mapInteger()
327 if (auto EC = Writer->writeInteger<uint16_t>(LF_CHAR)) in writeEncodedSignedInteger()
329 if (auto EC = Writer->writeInteger<int8_t>(Value)) in writeEncodedSignedInteger()
332 if (auto EC = Writer->writeInteger<uint16_t>(LF_SHORT)) in writeEncodedSignedInteger()
334 if (auto EC = Writer->writeInteger<int16_t>(Value)) in writeEncodedSignedInteger()
337 if (auto EC = Writer->writeInteger<uint16_t>(LF_LONG)) in writeEncodedSignedInteger()
339 if (auto EC = Writer->writeInteger<int32_t>(Value)) in writeEncodedSignedInteger()
342 if (auto EC = Writer->writeInteger<uint16_t>(LF_QUADWORD)) in writeEncodedSignedInteger()
344 if (auto EC = Writer->writeInteger(Value)) in writeEncodedSignedInteger()
352 if (auto EC = Writer->writeInteger<uint16_ in writeEncodedUnsignedInteger()
[all...]
H A DDebugCrossExSubsection.cpp46 if (auto EC = Writer.writeInteger(M.first)) in commit()
48 if (auto EC = Writer.writeInteger(M.second)) in commit()
H A DDebugFrameDataSubsection.cpp45 if (auto EC = Writer.writeInteger<uint32_t>(0)) in commit()
H A DSymbolSerializer.cpp50 if (auto EC = Writer.writeInteger(Length)) in visitSymbolEnd()
H A DSimpleTypeSerializer.cpp14 cantFail(Writer.writeInteger(Pad)); in addPadding()
H A DDebugInlineeLinesSubsection.cpp98 if (auto EC = Writer.writeInteger<uint32_t>(E.ExtraFiles.size())) in commit()
H A DContinuationRecordBuilder.cpp29 cantFail(Writer.writeInteger(Pad)); in addPadding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp202 if (auto EC = MetadataWriter.writeInteger(ModiCount)) // NumModules in generateFileInfoSubstream()
204 if (auto EC = MetadataWriter.writeInteger(FileCount)) // NumSourceFiles in generateFileInfoSubstream()
207 if (auto EC = MetadataWriter.writeInteger(I)) // Mod Indices in generateFileInfoSubstream()
212 if (auto EC = MetadataWriter.writeInteger(FileCount)) // Mod File Counts in generateFileInfoSubstream()
234 if (auto EC = MetadataWriter.writeInteger(Result->second)) in generateFileInfoSubstream()
434 if (auto EC = Writer.writeInteger(StreamNumber)) in commit()
H A DHashTable.cpp52 if (auto EC = Writer.writeInteger(ReqWords)) in writeSparseBitVector()
65 if (auto EC = Writer.writeInteger(Word)) in writeSparseBitVector()
H A DDbiModuleDescriptorBuilder.cpp156 SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)) in commit()
172 if (auto EC = SymbolWriter.writeInteger<uint32_t>(0)) in commit()
H A DPDBStringTableBuilder.cpp176 if (auto EC = Writer.writeInteger(BucketCount)) in writeHashTable()
202 if (auto EC = Writer.writeInteger<uint32_t>(Strings.size())) in writeEpilogue()
H A DInfoStreamBuilder.cpp74 if (auto EC = Writer.writeInteger(0)) in commit()
H A DNamedStreamMap.cpp68 if (auto EC = Writer.writeInteger<uint32_t>(NamesBuffer.size())) in commit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h64 template <typename T> Error writeInteger(T Value) { in writeInteger() function in llvm::BinaryStreamWriter
66 "Cannot call writeInteger with non-integral value!"); in writeInteger()
73 /// Similar to writeInteger
79 return writeInteger<U>(static_cast<U>(Num)); in writeEnum()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h108 return Writer->writeInteger(Value); in mapInteger()
157 if (auto EC = Writer->writeInteger(Size)) in mapVectorN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamWriter.cpp100 if (auto EC = writeInteger('\0')) in padToAlignment()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestLog.hpp156 void writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value);
548 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write()
H A DtcuTestLog.cpp454 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value) in writeInteger() function in tcu::TestLog
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h198 if (auto EC = Writer.writeInteger(Entry.first)) in commit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp369 if (auto EC = DW.writeInteger<uint32_t>(Layout.StreamSizes.size())) in commit()

Completed in 13 milliseconds