Searched refs:writeU16 (Results 1 – 11 of 11) sorted by relevance
141 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()
79 void writeU16(int32_t i) { in writeU16() function93 this->writeU16(symbolId(s)); in writeId()
47 void writeU16(uint16_t Value);
38 void FileWriter::writeU16(uint16_t U) { in writeU16() function in FileWriter
90 O.writeU16(Version); in encode()
111 case 2: O.writeU16(static_cast<uint16_t>(AddrOffset)); break; in encode()
104 case 2: O.writeU16(static_cast<uint16_t>(AddrOffset)); break; in encode()
701 FW.writeU16(U16); in TestFileWriterHelper()