Searched refs:WriteDebugFrameCIE (Results 1 – 4 of 4) sorted by relevance
/art/compiler/ |
D | elf_writer_debug.cc | 33 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()
|
D | cfi_test.h | 51 dwarf::WriteDebugFrameCIE(is64bit, dwarf::DW_EH_PE_absptr, dwarf::Reg(8), in GenerateExpected()
|
/art/compiler/dwarf/ |
D | dwarf_test.cc | 125 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()
|
D | headers.h | 40 void WriteDebugFrameCIE(bool is64bit, in WriteDebugFrameCIE() function
|