diff options
Diffstat (limited to 'compiler/elf_writer_debug.h')
-rw-r--r-- | compiler/elf_writer_debug.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/compiler/elf_writer_debug.h b/compiler/elf_writer_debug.h index 8e8472f678..e289197971 100644 --- a/compiler/elf_writer_debug.h +++ b/compiler/elf_writer_debug.h @@ -36,9 +36,10 @@ void WriteDebugInfo(ElfBuilder<ElfTypes>* builder, CFIFormat cfi_format, bool write_oat_patches); -template <typename ElfTypes> -void WriteMiniDebugInfo(ElfBuilder<ElfTypes>* builder, - const ArrayRef<const MethodDebugInfo>& method_infos); +std::vector<uint8_t> MakeMiniDebugInfo(InstructionSet isa, + size_t rodata_section_size, + size_t text_section_size, + const ArrayRef<const MethodDebugInfo>& method_infos); ArrayRef<const uint8_t> WriteDebugElfFileForMethod(const dwarf::MethodDebugInfo& method_info); |