Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h184 dwarf::DebugInfoEntryWriter<>* debug_info, in WriteDebugLocEntry() argument
328 debug_info->WriteSecOffset(dwarf::DW_AT_location, debug_loc_offset); in WriteDebugLocEntry()
329 debug_info->WriteSecOffset(dwarf::DW_AT_start_scope, debug_ranges_offset); in WriteDebugLocEntry()
/art/compiler/debug/dwarf/
Dheaders.h130 std::vector<uint8_t>* debug_info, in WriteDebugInfoCU() argument
134 Writer<> writer(debug_info); in WriteDebugInfoCU()