diff options
Diffstat (limited to 'compiler/elf_writer_debug.h')
-rw-r--r-- | compiler/elf_writer_debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/elf_writer_debug.h b/compiler/elf_writer_debug.h index 7ec0be185a..94e09d7ccf 100644 --- a/compiler/elf_writer_debug.h +++ b/compiler/elf_writer_debug.h @@ -30,6 +30,8 @@ void WriteDebugInfo(ElfBuilder<ElfTypes>* builder, const ArrayRef<const MethodDebugInfo>& method_infos, CFIFormat cfi_format); +ArrayRef<const uint8_t> WriteDebugElfFile(const dwarf::MethodDebugInfo& method_info); + } // namespace dwarf } // namespace art |