Home
last modified time | relevance | path

Searched refs:debug_abbrev_offset (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dwarf/
Dheaders.h111 void WriteDebugInfoCU(uint32_t debug_abbrev_offset, in WriteDebugInfoCU() argument
119 writer.PushUint32(debug_abbrev_offset); in WriteDebugInfoCU()
/art/compiler/
Delf_writer_debug.cc284 size_t debug_abbrev_offset = debug_abbrev->size(); in WriteDebugSections() local
305 WriteDebugInfoCU(debug_abbrev_offset, info, debug_info, debug_info_patches); in WriteDebugSections()