Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Dheaders.h68 writer.PushUint8(DW_EH_PE_absptr | DW_EH_PE_udata4); // R: Pointer encoding. in WriteDebugFrameCIE()
Ddwarf_constants.h665 DW_EH_PE_udata4 = 0x03, enumerator
/art/compiler/
Delf_writer_debug.cc203 header.PushUint8(DW_EH_PE_udata4); in WriteCFISection()