Searched refs:StringTable (Results 1 - 17 of 17) sorted by relevance

/external/llvm/lib/Object/
H A DArchive.cpp114 const char *addr = Parent->StringTable->Data.begin()
118 if (Parent->StringTable == Parent->end_children()
119 || addr < (Parent->StringTable->Data.begin()
121 || addr > (Parent->StringTable->Data.begin()
123 + Parent->StringTable->getSize()))
196 StringTable = i;
H A DCOFFObjectFile.cpp426 , StringTable(0)
471 StringTable = reinterpret_cast<const char *>(base())
474 if (!checkAddr(Data, ec, uintptr_t(StringTable), sizeof(ulittle32_t)))
477 StringTableSize = *reinterpret_cast<const ulittle32_t *>(StringTable);
478 if (!checkAddr(Data, ec, uintptr_t(StringTable), StringTableSize))
482 || (StringTableSize > 4 && StringTable[StringTableSize - 1] != 0)) {
500 ret.p = reinterpret_cast<intptr_t>(StringTable);
595 Result = StringRef(StringTable + offset);
H A DMachOObject.cpp138 StringTable = Buffer->getBuffer().substr(SLC.StringTableOffset,
/external/llvm/include/llvm/Object/
H A DMachOObject.h76 StringRef StringTable; member in class:llvm::object::MachOObject
114 return StringTable;
H A DArchive.h139 child_iterator StringTable; member in class:llvm::object::Archive
H A DCOFF.h99 const char *StringTable; member in class:llvm::object::COFFObjectFile
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Datom.c110 } StringTable; typedef in typeref:struct:StringTable_Rec
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/
H A DMachObjectWriter.cpp430 /// \param StringTable [out] - The string table data.
434 ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable, argument
448 StringTable += '\x00';
470 Entry = StringTable.size();
471 StringTable += Symbol.getName();
472 StringTable += '\x00';
506 Entry = StringTable.size();
507 StringTable += Symbol.getName();
508 StringTable += '\x00';
539 while (StringTable
[all...]
H A DWinCOFFObjectWriter.cpp109 class StringTable { class in namespace:__anon8798
117 StringTable();
137 StringTable Strings;
273 // StringTable class implementation
277 void StringTable::update_length() {
281 StringTable::StringTable() { function in class:StringTable
288 size_t StringTable::size() const {
294 size_t StringTable::insert(llvm::StringRef String) {
H A DELFObjectWriter.cpp101 SmallString<256> StringTable; member in class:__anon8776::ELFObjectWriter
578 assert(StringTable.size() && "Missing string table");
871 StringTable += '\x00';
940 Entry = StringTable.size();
941 StringTable += Name;
942 StringTable += '\x00';
1165 F->getContents().append(StringTable.begin(), StringTable.end());
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp312 SequenceToOffsetTable<std::string> StringTable;
328 StringTable.add(Str);
332 StringTable.layout();
345 Idx = StringTable.get("");
349 Idx = StringTable.get(Str);
425 StringTable.emit(O, printChar);
513 SequenceToOffsetTable<std::string> StringTable;
546 StringTable.add(AsmName);
549 StringTable.layout();
551 StringTable
[all...]
H A DAsmMatcherEmitter.cpp2413 StringToOffsetTable StringTable;
2440 OS << ", " << StringTable.GetOrAddStringOffset(LenMnemonic, false)
2459 StringTable.EmitString(OS);
2731 StringToOffsetTable StringTable;
2743 OS << " { " << StringTable.GetOrAddStringOffset(LenMnemonic, false)
2772 StringTable.EmitString(OS);
/external/llvm/test/Scripts/
H A Delf-dump47 class StringTable: class in inherits:
215 shstrtab = StringTable(f.read(sections[e_shstrndx[0]].sh_size[0]))
222 strtab = StringTable(f.read(section.sh_size[0]))
/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp122 StringTable.append(4, 0);
701 unsigned Index = StringTable.size();
702 StringTable.append(Str.begin(), Str.end());
703 StringTable.push_back(0);
727 std::string StringTable; member in struct:COFFParser
778 *reinterpret_cast<support::ulittle32_t *>(&CP.StringTable[0])
779 = CP.StringTable.size();
854 OS.write(&CP.StringTable[0], CP.StringTable.size());
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h101 SmallString<256> StringTable; member in class:llvm::MachObjectWriter
225 /// \param StringTable [out] - The string table data.
228 void ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable,
/external/v8/src/
H A Dgdb-jit.cc188 class StringTable;
339 void PopulateHeader(Writer::Slot<Header> header, StringTable* strtab);
439 class StringTable : public ELFSection { class in namespace:v8
441 explicit StringTable(const char* name) function in class:v8::StringTable
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* strta
[all...]
/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 317 milliseconds