Lines Matching defs:strtab
1201 static void EncodeCStrMap(DataEncoder &encoder, ConstStringTable &strtab,
1208 encoder.AppendU32(strtab.Add(entry.cstring));
1214 const StringTableReader &strtab,
1223 llvm::StringRef str(strtab.Get(data.GetU32(offset_ptr)));
1249 /// ConstStringTable strtab;
1264 ConstStringTable strtab;
1267 // gather all of the strings we willl need in "strtab" as we will need to
1278 symbol.Encode(symtab_encoder, strtab);
1291 EncodeCStrMap(symtab_encoder, strtab, pair.second);
1297 strtab.Encode(encoder);
1307 StringTableReader strtab;
1317 if (!strtab.Decode(data, offset_ptr))
1333 if (!m_symbols[i].Decode(data, offset_ptr, sections, strtab))
1345 if (!DecodeCStrMap(data, offset_ptr, strtab, cstr_map))