Home
last modified time | relevance | path

Searched refs:writeU16 (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/sksl/
DSkSLDehydrator.cpp141 this->writeU16(offset); in write()
148 this->writeU16(id); in write()
160 this->writeU16(this->symbolId(p)); in write()
228 this->writeU16(this->symbolId(&f.owner())); in write()
240 this->writeU16(symbols.fOwnedSymbols.size()); in write()
244 this->writeU16(symbols.fSymbols.count()); in write()
254 this->writeU16(i); in write()
531 this->writeU16(this->symbolId(&v.var())); in write()
564 this->writeU16(this->symbolId(&f.declaration())); in write()
572 this->writeU16(ref); in write()
DSkSLDehydrator.h79 void writeU16(int32_t i) { in writeU16() function
93 this->writeU16(symbolId(s)); in writeId()
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DFileWriter.h47 void writeU16(uint16_t Value);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFileWriter.h47 void writeU16(uint16_t Value);
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DFileWriter.cpp38 void FileWriter::writeU16(uint16_t U) { in writeU16() function in FileWriter
DHeader.cpp90 O.writeU16(Version); in encode()
DGsymCreator.cpp111 case 2: O.writeU16(static_cast<uint16_t>(AddrOffset)); break; in encode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFileWriter.cpp38 void FileWriter::writeU16(uint16_t U) { in writeU16() function in FileWriter
DHeader.cpp90 O.writeU16(Version); in encode()
DGsymCreator.cpp104 case 2: O.writeU16(static_cast<uint16_t>(AddrOffset)); break; in encode()
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp701 FW.writeU16(U16); in TestFileWriterHelper()