Home | History | Annotate | Download | only in Writer

Lines Matching defs:Strtab

1054     // COMDAT: [strtab offset, strtab size, selection_kind]
1222 // GLOBALVAR: [strtab offset, strtab size, type, isconst, initid,
1264 // FUNCTION: [strtab offset, strtab size, type, callingconv, isproto,
1297 // ALIAS: [strtab offset, strtab size, alias type, aliasee val#, linkage,
1319 // IFUNC: [strtab offset, strtab size, ifunc type, address space, resolver
4124 std::vector<char> Strtab;
4126 Strtab.resize(StrtabBuilder.getSize());
4127 StrtabBuilder.write((uint8_t *)Strtab.data());
4130 {Strtab.data(), Strtab.size()});
4135 void BitcodeWriter::copyStrtab(StringRef Strtab) {
4136 writeBlob(bitc::STRTAB_BLOCK_ID, bitc::STRTAB_BLOB, Strtab);
4252 // size in strtab) and linkage for global values. For the global value info
4282 // GLOBALVAR: [strtab offset, strtab size, 0, 0, 0, linkage]
4296 // FUNCTION: [strtab offset, strtab size, 0, 0, 0, linkage]
4310 // ALIAS: [strtab offset, strtab size, 0, 0, 0, linkage]
4324 // IFUNC: [strtab offset, strtab size, 0, 0, 0, linkage]