Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Dheaders.h41 ExceptionHeaderValueApplication address_type, in WriteDebugFrameCIE() argument
57 if (address_type == DW_EH_PE_pcrel) { in WriteDebugFrameCIE()
60 DCHECK(address_type == DW_EH_PE_absptr); in WriteDebugFrameCIE()
64 if (address_type == DW_EH_PE_pcrel) { in WriteDebugFrameCIE()
67 DCHECK(address_type == DW_EH_PE_absptr); in WriteDebugFrameCIE()
/art/compiler/
Delf_writer_debug.h30 ExceptionHeaderValueApplication address_type,
Delf_writer_debug.cc170 ExceptionHeaderValueApplication address_type, in WriteCFISection() argument
182 WriteDebugFrameCIE(isa, address_type, format, debug_frame); in WriteCFISection()