Home
last modified time | relevance | path

Searched refs:debug_line_offset (Results 1 – 4 of 4) sorted by relevance

/art/compiler/debug/
Delf_compilation_unit.h29 size_t debug_line_offset = 0; member
Delf_debug_line_writer.h61 compilation_unit.debug_line_offset = builder_->GetDebugLine()->GetSize(); in WriteCompilationUnit()
Delf_debug_info_writer.h133 info_.WriteSecOffset(DW_AT_stmt_list, compilation_unit.debug_line_offset); in Write()
/art/compiler/debug/dwarf/
Dheaders.h162 size_t debug_line_offset, // offset from start of .debug_line. in WriteDebugLineTable() argument
200 debug_line_patches->push_back(debug_line_offset + opcodes_offset + patch_location); in WriteDebugLineTable()