/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 38 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 D | CodeViewYAMLTypeHashing.cpp | 74 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 D | COFFEmitter.cpp | 198 Err(Writer.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)); in toDebugS()
|
H A D | CodeViewYAMLTypes.cpp | 811 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 D | CodeViewRecordIO.cpp | 137 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 D | DebugCrossExSubsection.cpp | 46 if (auto EC = Writer.writeInteger(M.first)) in commit() 48 if (auto EC = Writer.writeInteger(M.second)) in commit()
|
H A D | DebugFrameDataSubsection.cpp | 45 if (auto EC = Writer.writeInteger<uint32_t>(0)) in commit()
|
H A D | SymbolSerializer.cpp | 50 if (auto EC = Writer.writeInteger(Length)) in visitSymbolEnd()
|
H A D | SimpleTypeSerializer.cpp | 14 cantFail(Writer.writeInteger(Pad)); in addPadding()
|
H A D | DebugInlineeLinesSubsection.cpp | 98 if (auto EC = Writer.writeInteger<uint32_t>(E.ExtraFiles.size())) in commit()
|
H A D | ContinuationRecordBuilder.cpp | 29 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 D | DbiStreamBuilder.cpp | 202 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 D | HashTable.cpp | 52 if (auto EC = Writer.writeInteger(ReqWords)) in writeSparseBitVector() 65 if (auto EC = Writer.writeInteger(Word)) in writeSparseBitVector()
|
H A D | DbiModuleDescriptorBuilder.cpp | 156 SymbolWriter.writeInteger<uint32_t>(COFF::DEBUG_SECTION_MAGIC)) in commit() 172 if (auto EC = SymbolWriter.writeInteger<uint32_t>(0)) in commit()
|
H A D | PDBStringTableBuilder.cpp | 176 if (auto EC = Writer.writeInteger(BucketCount)) in writeHashTable() 202 if (auto EC = Writer.writeInteger<uint32_t>(Strings.size())) in writeEpilogue()
|
H A D | InfoStreamBuilder.cpp | 74 if (auto EC = Writer.writeInteger(0)) in commit()
|
H A D | NamedStreamMap.cpp | 68 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 D | BinaryStreamWriter.h | 64 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 D | CodeViewRecordIO.h | 108 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 D | BinaryStreamWriter.cpp | 100 if (auto EC = writeInteger('\0')) in padToAlignment()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestLog.hpp | 156 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 D | tcuTestLog.cpp | 454 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 D | HashTable.h | 198 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 D | MSFBuilder.cpp | 369 if (auto EC = DW.writeInteger<uint32_t>(Layout.StreamSizes.size())) in commit()
|