Home
last modified time | relevance | path

Searched refs:WriteSecOffset (Results 1 – 3 of 3) sorted by relevance

/art/compiler/debug/
Delf_debug_loc_writer.h330 debug_info->WriteSecOffset(dwarf::DW_AT_location, debug_loc_offset); in WriteDebugLocEntry()
331 debug_info->WriteSecOffset(dwarf::DW_AT_start_scope, debug_ranges_offset); in WriteDebugLocEntry()
Delf_debug_info_writer.h134 info_.WriteSecOffset(DW_AT_stmt_list, compilation_unit.debug_line_offset); in Write()
/art/compiler/debug/dwarf/
Ddebug_info_entry_writer.h127 void WriteSecOffset(Attribute attrib, uint32_t offset) { in WriteSecOffset() function