/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 57 StringRef get(StringRef Strtab) const { in get() 58 return {Strtab.data() + Offset, Size}; in get() 233 StringRef Symtab, Strtab; variable 241 StringRef str(storage::Str S) const { return S.get(Strtab); } in str() 255 Reader(StringRef Symtab, StringRef Strtab) : Symtab(Symtab), Strtab(Strtab) { in Reader() argument 364 SmallVector<char, 0> Symtab, Strtab; member
|
H A D | IRObjectFile.h | 80 SmallVector<char, 0> Symtab, Strtab; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 382 FC.Strtab.resize(StrtabBuilder.getSize()); in upgrade() 383 StrtabBuilder.write((uint8_t *)FC.Strtab.data()); in upgrade() 386 {FC.Strtab.data(), FC.Strtab.size()}}; in upgrade()
|
H A D | IRObjectFile.cpp | 153 F.Strtab = std::move(FCOrErr->Strtab); in readIRSymtab()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 66 StringRef Strtab; variable 93 StringRef getStrtab() const { return Strtab; } in getStrtab()
|
H A D | BitcodeWriter.h | 69 void copyStrtab(StringRef Strtab);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 420 BitcodeReaderBase(BitstreamCursor Stream, StringRef Strtab) in BitcodeReaderBase() argument 421 : Stream(std::move(Stream)), Strtab(Strtab) { in BitcodeReaderBase() 427 StringRef Strtab; member in __anon8c0d27130311::BitcodeReaderBase 475 if (Record[0] + Record[1] > Strtab.size()) in readNameFromStrtab() 477 return {StringRef(Strtab.data() + Record[0], Record[1]), Record.slice(2)}; in readNameFromStrtab() 569 BitcodeReader(BitstreamCursor Stream, StringRef Strtab, 813 ModuleSummaryIndexBitcodeReader(BitstreamCursor Stream, StringRef Strtab, 861 BitcodeReader::BitcodeReader(BitstreamCursor Stream, StringRef Strtab, in BitcodeReader() argument 864 : BitcodeReaderBase(std::move(Stream), Strtab), Context(Context), in BitcodeReader() 3321 NewGV->setPartition(StringRef(Strtab.data() + Record[14], Record[15])); in parseGlobalVarRecord() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
H A D | LTO.h | 114 SmallVector<char, 0> Strtab; variable
|
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/ |
H A D | ctf-spec.texi | 603 @tab Strtab offset of the type name, if any (0 if none). 1316 @multitable {Offset} {@code{int32_t cte_value}} {Strtab offset of the enumeration name.} 1323 @tab Strtab offset of the enumeration name. Must not be 0. 1408 @tab Strtab offset of the field name. 1438 @tab Strtab offset of the field name. 1596 @multitable {Offset} {@code{uint32_t ctv_name}} {Strtab offset of the name} 1603 @tab Strtab offset of the name 1636 @multitable {Offset} {@code{uint32_t ctl_label}} {Strtab offset of the label} 1643 @tab Strtab offset of the label
|
H A D | ctf-spec.info | 479 0x00 ‘uint32_t ctt_name’ Strtab offset of the type name, if any (0 if none). 1008 0x0 ‘uint32_t cte_name’ Strtab offset of the enumeration name. 1074 0x00 ‘uint32_t ctm_name’ Strtab offset of the field name. 1086 0x00 ‘uint32_t ctlm_name’ Strtab offset of the field name. 1223 0x00 ‘uint32_t ctv_name’ Strtab offset of the name 1250 0x00 ‘uint32_t ctl_label’ Strtab offset of the label
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/ |
H A D | ctf-spec.texi | 603 @tab Strtab offset of the type name, if any (0 if none). 1316 @multitable {Offset} {@code{int32_t cte_value}} {Strtab offset of the enumeration name.} 1323 @tab Strtab offset of the enumeration name. Must not be 0. 1408 @tab Strtab offset of the field name. 1438 @tab Strtab offset of the field name. 1596 @multitable {Offset} {@code{uint32_t ctv_name}} {Strtab offset of the name} 1603 @tab Strtab offset of the name 1636 @multitable {Offset} {@code{uint32_t ctl_label}} {Strtab offset of the label} 1643 @tab Strtab offset of the label
|
H A D | ctf-spec.info | 479 0x00 'uint32_t ctt_name' Strtab offset of the type name, if any (0 if none). 1008 0x0 'uint32_t cte_name' Strtab offset of the enumeration name. 1074 0x00 'uint32_t ctm_name' Strtab offset of the field name. 1086 0x00 'uint32_t ctlm_name' Strtab offset of the field name. 1223 0x00 'uint32_t ctv_name' Strtab offset of the name 1250 0x00 'uint32_t ctl_label' Strtab offset of the label
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Stabs.cc | 1735 char *Strtab = (char *) data_str->d_buf; in readSymSec() local 1743 (Strtab + Sym.st_name) : NTXT ("no_name"); in readSymSec() 1897 char *Strtab = (char*) data_str->d_buf; in check_Relocs() local 1921 symName = Strtab + sym.st_name; in check_Relocs()
|
H A D | DwarfLib.cc | 184 char *Strtab = data_str ? (char*) data_str->d_buf : NULL; in dump_rela_debug_sec() local 222 if (Strtab && sym.st_name) in dump_rela_debug_sec() 223 Dprintf (DUMP_RELA_SEC, NTXT (" %s"), Strtab + sym.st_name); in dump_rela_debug_sec()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Stabs.cc | 1734 char *Strtab = (char *) data_str->d_buf; in readSymSec() local 1742 (Strtab + Sym.st_name) : NTXT ("no_name"); in readSymSec() 1897 char *Strtab = (char*) data_str->d_buf; in check_Relocs() local 1921 symName = Strtab + sym.st_name; in check_Relocs()
|
H A D | DwarfLib.cc | 212 char *Strtab = data_str ? (char*) data_str->d_buf : NULL; in dump_rela_debug_sec() local 250 if (Strtab && sym.st_name) in dump_rela_debug_sec() 251 Dprintf (DUMP_RELA_SEC, NTXT (" %s"), Strtab + sym.st_name); in dump_rela_debug_sec()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 203 const StringTableBuilder &Strtab); 898 const StringTableBuilder &Strtab) { in toELFSymbols() argument 912 Symbol.st_name = Strtab.getOffset(ELFYAML::dropUniqueSuffix(Sym.Name)); in toELFSymbols()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4584 std::vector<char> Strtab; in writeStrtab() local 4586 Strtab.resize(StrtabBuilder.getSize()); in writeStrtab() 4587 StrtabBuilder.write((uint8_t *)Strtab.data()); in writeStrtab() 4590 {Strtab.data(), Strtab.size()}); in writeStrtab() 4595 void BitcodeWriter::copyStrtab(StringRef Strtab) { in copyStrtab() argument 4596 writeBlob(bitc::STRTAB_BLOCK_ID, bitc::STRTAB_BLOB, Strtab); in copyStrtab()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTO.cpp | 496 File->Strtab = std::move(FOrErr->Strtab); in create()
|