Home
last modified time | relevance | path

Searched refs:writeU8 (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/sksl/
DSkSLDehydrator.cpp110 this->writeU8(m.fFlags); in write()
153 this->writeU8(f.parameters().size()); in write()
172 this->writeU8(f.functions().size()); in write()
191 this->writeU8(t.fields().size()); in write()
213 this->writeU8((int8_t) v.storage()); in write()
220 this->writeU8(f.fieldIndex()); in write()
255 this->writeU8(span.size()); in writeExpressionSpan()
268 this->writeU8((int) b.getOperator().kind()); in write()
343 this->writeU8(f.fieldIndex()); in write()
344 this->writeU8((int8_t) f.ownerKind()); in write()
[all …]
DSkSLDehydrator.h69 void writeU8(int32_t i) { in writeU8() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp219 Out.writeU8(SetFile); in encode()
227 Out.writeU8(SpecialOp); in encode()
234 Out.writeU8(AdvanceLine); in encode()
239 Out.writeU8(AdvancePC); in encode()
244 Out.writeU8(EndSequence); in encode()
DHeader.cpp91 O.writeU8(AddrOffSize); in encode()
92 O.writeU8(UUIDSize); in encode()
DFileWriter.cpp34 void FileWriter::writeU8(uint8_t U) { in writeU8() function in FileWriter
DInlineInfo.cpp233 O.writeU8(HasChildren); in encode()
DGsymCreator.cpp103 case 1: O.writeU8(static_cast<uint8_t>(AddrOffset)); break; in encode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFileWriter.h40 void writeU8(uint8_t Value);