Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc33 static void WriteDebugFrameCIE(InstructionSet isa, in WriteDebugFrameCIE() function
62 WriteDebugFrameCIE(is64bit, addr_type, return_reg, in WriteDebugFrameCIE()
86 WriteDebugFrameCIE(is64bit, addr_type, return_reg, in WriteDebugFrameCIE()
103 WriteDebugFrameCIE(is64bit, addr_type, return_reg, in WriteDebugFrameCIE()
130 WriteDebugFrameCIE(is64bit, addr_type, return_reg, in WriteDebugFrameCIE()
157 WriteDebugFrameCIE(is64bit, addr_type, return_reg, in WriteDebugFrameCIE()
182 WriteDebugFrameCIE(isa, address_type, format, debug_frame); in WriteCFISection()
Dcfi_test.h51 dwarf::WriteDebugFrameCIE(is64bit, dwarf::DW_EH_PE_absptr, dwarf::Reg(8), in GenerateExpected()
/art/compiler/dwarf/
Ddwarf_test.cc125 WriteDebugFrameCIE(is64bit, DW_EH_PE_absptr, Reg(is64bit ? 16 : 8), in TEST_F()
139 WriteDebugFrameCIE(is64bit, DW_EH_PE_absptr, Reg(16), in TEST_F()
178 WriteDebugFrameCIE(is64bit, DW_EH_PE_absptr, Reg(16), in TEST_F()
Dheaders.h40 void WriteDebugFrameCIE(bool is64bit, in WriteDebugFrameCIE() function