Searched refs:symtab_builder_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Delf_writer_quick.cc309 strtab = symtab_builder_.GenerateStrtab();
313 LOG(INFO) << "symtab size (elements) =" << symtab_builder_.GetSize()
314 << std::hex << " " << symtab_builder_.GetSize();
364 section_ptrs.push_back(&symtab_builder_.section_);
365 AssignSectionStr(&symtab_builder_, &shstrtab);
366 symtab_builder_.section_index_ = section_index++;
369 section_ptrs.push_back(&symtab_builder_.strtab_.section_);
370 AssignSectionStr(&symtab_builder_.strtab_, &shstrtab);
371 symtab_builder_.strtab_.section_index_ = section_index++;
450 symtab_builder_
[all...]
H A Delf_writer_quick.h230 symtab_builder_(".symtab", SHT_SYMTAB, ".strtab", SHT_STRTAB, false),
264 ElfSymtabBuilder symtab_builder_; member in class:art::FINAL::FINAL
295 bool IncludingDebugSymbols() { return add_symbols_ && symtab_builder_.GetSize() > 1; }

Completed in 59 milliseconds