Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc313 int dwarf_isa = -1; in WriteDebugSections() local
318 dwarf_isa = 1; // DW_ISA_ARM_thumb. in WriteDebugSections()
332 if (dwarf_isa != -1) { in WriteDebugSections()
333 opcodes.SetISA(dwarf_isa); in WriteDebugSections()