Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h323 debug_info->WriteSecOffset(dwarf::DW_AT_location, debug_loc_offset); in WriteDebugLocEntry()
324 debug_info->WriteSecOffset(dwarf::DW_AT_start_scope, debug_ranges_offset); in WriteDebugLocEntry()
Delf_debug_info_writer.h122 info_.WriteSecOffset(DW_AT_stmt_list, compilation_unit.debug_line_offset); in Write()
126 info_.WriteSecOffset(DW_AT_ranges, owner_->debug_ranges_.size()); in Write()
/art/libelffile/dwarf/
Ddebug_info_entry_writer.h127 void WriteSecOffset(Attribute attrib, uint32_t offset) { in WriteSecOffset() function