diff options
Diffstat (limited to 'compiler/elf_writer_quick.h')
-rw-r--r-- | compiler/elf_writer_quick.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/elf_writer_quick.h b/compiler/elf_writer_quick.h index f687d2e80b..dbdccfc200 100644 --- a/compiler/elf_writer_quick.h +++ b/compiler/elf_writer_quick.h @@ -48,6 +48,10 @@ class ElfWriterQuick FINAL : public ElfWriter { ~ElfWriterQuick() {} class ElfBuilder; + void AddDebugSymbols(ElfBuilder& builder, + OatWriter* oat_writer, + bool debug); + class ElfSectionBuilder { public: ElfSectionBuilder(const std::string& sec_name, Elf32_Word type, Elf32_Word flags, @@ -235,7 +239,6 @@ class ElfWriterQuick FINAL : public ElfWriter { ~ElfBuilder() {} bool Write(); - ElfSymtabBuilder* GetDefaultDynsymBuilder() { return &dynsym_builder_; } // Adds the given raw section to the builder. This will copy it. The caller // is responsible for deallocating their copy. |