Lines Matching defs:Encode
1192 // Encode will return false if the symbol table's object file doesn't have
1194 if (Encode(file))
1256 bool Symtab::Encode(DataEncoder &encoder) const {
1260 // Encode the object file's signature
1262 if (!signature.Encode(encoder))
1272 // Encode the symtab data version.
1274 // Encode the number of symbols.
1276 // Encode the symbol data for all symbols.
1278 symbol.Encode(symtab_encoder, strtab);
1297 strtab.Encode(encoder);