Searched defs:StringTable (Results 1 - 13 of 13) sorted by relevance

/external/llvm/include/llvm/MC/
H A DStringTableBuilder.h21 SmallString<256> StringTable; member in class:llvm::StringTableBuilder
46 return StringTable;
61 return !StringTable.empty();
H A DMCMachObjectWriter.h112 StringTableBuilder StringTable; member in class:llvm::MachObjectWriter
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.h64 class StringTable : public Section { class in namespace:google_breakpad::synth_elf
66 StringTable(Endianness endianness = kUnsetEndian) function in class:google_breakpad::synth_elf::StringTable
138 StringTable section_header_strings_;
163 // table is the StringTable that contains symbol names. The caller
166 SymbolTable(Endianness endianness, size_t addr_size, StringTable& table);
177 StringTable& table_;
/external/regex-re2/re2/testing/
H A Dunicode_test.py76 def StringTable(s, n, f): function
112 StringTable(_UNICODE_TABLE, 3, DoLine)
116 self.assertRaises(unicode.InputError, StringTable, _UNICODE_TABLE, 4, Abort)
117 self.assertRaises(unicode.InputError, StringTable, _UNICODE_TABLE, 2, Abort)
118 self.assertRaises(unicode.InputError, StringTable, _BAD_TABLE1, 3, Abort)
119 self.assertRaises(unicode.InputError, StringTable, _BAD_TABLE2, 3, Abort)
120 self.assertRaises(unicode.InputError, StringTable, _BAD_TABLE3, 3, Abort)
/external/llvm/include/llvm/Object/
H A DArchive.h213 child_iterator StringTable; member in class:llvm::object::Archive
H A DCOFF.h496 const char *StringTable; member in class:llvm::object::COFFObjectFile
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp176 StringRef StringTable) {
177 const char *Name = &StringTable.data()[StringIndex];
198 StringRef StringTable = Obj.getStringTableData(); local
199 outs().write_escaped(StringTable,
211 StringTable);
216 StringTable);
172 DumpSymbolTableEntryData(const MachOObjectFile &Obj, unsigned Index, uint32_t StringIndex, uint8_t Type, uint8_t SectionIndex, uint16_t Flags, uint64_t Value, StringRef StringTable) argument
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp38 StringTable.append(4, char(0));
125 unsigned Index = StringTable.size();
126 StringTable.append(Str.begin(), Str.end());
127 StringTable.push_back(0);
137 std::string StringTable; member in struct:COFFParser
224 if (NumberOfSymbols > 0 || CP.StringTable.size() > 4)
229 *reinterpret_cast<support::ulittle32_t *>(&CP.StringTable[0])
230 = CP.StringTable.size();
524 OS.write(&CP.StringTable[0], CP.StringTable
[all...]
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp292 SequenceToOffsetTable<std::string> StringTable; local
310 StringTable.add(Str);
314 StringTable.layout();
327 Idx = StringTable.get("");
331 Idx = StringTable.get(Str);
424 StringTable.emit(O, printChar);
531 SequenceToOffsetTable<std::string> StringTable; local
564 StringTable.add(AsmName);
567 StringTable.layout();
569 StringTable
[all...]
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp344 StringRef StringTable = getStringTableData(); local
346 const char *Start = &StringTable.data()[Entry.n_strx];
364 StringRef StringTable = getStringTableData(); local
377 if (NValue >= StringTable.size())
379 const char *Start = &StringTable.data()[NValue];
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py154 class StringTable: class in inherits:
303 shstrtab = StringTable(f.read(sections[e_shstrndx].sh_size))
309 strtab = StringTable(f.read(section.sh_size))
/external/v8/src/
H A Dobjects.h75 // - StringTable
967 V(StringTable) \
3404 // StringTable.
3408 class StringTable: public HashTable<StringTable, class in namespace:v8::internal
3433 DECLARE_CAST(StringTable)
3439 DISALLOW_IMPLICIT_CONSTRUCTORS(StringTable);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 345 milliseconds