HomeSort by relevance Sort by last modified time
    Searched defs:StringTable (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/Object/
MachOObject.h 76 StringRef StringTable;
114 return StringTable;
Archive.h 239 child_iterator StringTable;
COFF.h 99 const char *StringTable;
  /external/llvm/test/Scripts/
elf-dump 47 class StringTable:
244 shstrtab = StringTable(f.read(sections[e_shstrndx[0]].sh_size[0]))
251 strtab = StringTable(f.read(section.sh_size[0]))
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 108 SmallString<256> StringTable;
241 /// \param StringTable [out] - The string table data.
242 void ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable,
  /external/regex-re2/re2/testing/
unicode_test.py 76 def StringTable(s, n, f):
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/utils/yaml2obj/
yaml2obj.cpp 121 StringTable.append(4, 0);
700 unsigned Index = StringTable.size();
701 StringTable.append(Str.begin(), Str.end());
702 StringTable.push_back(0);
726 std::string StringTable;
777 *reinterpret_cast<support::ulittle32_t *>(&CP.StringTable[0])
778 = CP.StringTable.size();
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.c 110 } StringTable;
117 static int InitStringTable(StringTable *stable)
133 static void FreeStringTable(StringTable *stable)
179 static int AddString(StringTable *stable, const char *s)
274 static int Match(HashTable *htable, StringTable *stable, const char *s, int hashloc)
294 StringTable stable; // String table.
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 105 class StringTable {
113 StringTable();
133 StringTable Strings;
271 // StringTable class implementation
275 void StringTable::update_length() {
279 StringTable::StringTable() {
286 size_t StringTable::size() const {
292 size_t StringTable::insert(StringRef String) {
ELFObjectWriter.cpp 100 SmallString<256> StringTable;
586 assert(StringTable.size() && "Missing string table");
881 StringTable += '\x00';
    [all...]
  /external/v8/src/
gdb-jit.cc 188 class StringTable;
339 void PopulateHeader(Writer::Slot<Header> header, StringTable* strtab);
439 class StringTable : public ELFSection {
441 explicit StringTable(const char* name)
489 StringTable* strtab) {
632 sections_.Add(new StringTable(".shstrtab"));
719 StringTable* strtab = static_cast<StringTable*>(SectionAt(1));
833 void Write(Writer::Slot<SerializedLayout> s, StringTable* t) {
872 StringTable* strtab
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1268 milliseconds