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

  /external/llvm/include/llvm/Object/
Archive.h 139 child_iterator StringTable;
MachOObject.h 76 StringRef StringTable;
114 return StringTable;
COFF.h 99 const char *StringTable;
  /external/llvm/test/Scripts/
elf-dump 47 class StringTable:
215 shstrtab = StringTable(f.read(sections[e_shstrndx[0]].sh_size[0]))
222 strtab = StringTable(f.read(section.sh_size[0]))
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 101 SmallString<256> StringTable;
225 /// \param StringTable [out] - The string table data.
228 void ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable,
  /external/llvm/utils/yaml2obj/
yaml2obj.cpp 122 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;
778 *reinterpret_cast<support::ulittle32_t *>(&CP.StringTable[0])
779 = 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 109 class StringTable {
117 StringTable();
137 StringTable Strings;
273 // StringTable class implementation
277 void StringTable::update_length() {
281 StringTable::StringTable() {
288 size_t StringTable::size() const {
294 size_t StringTable::insert(llvm::StringRef String) {
ELFObjectWriter.cpp 101 SmallString<256> StringTable;
578 assert(StringTable.size() && "Missing string table");
871 StringTable += '\x00';
940 Entry = StringTable.size();
941 StringTable += Name;
942 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 501 milliseconds