Searched refs:nonvolatile_reg_p (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp133 bool nonvolatile_reg_p (int machine_regno);
261 AssemblyParse_x86::nonvolatile_reg_p (int machine_regno) function in class:AssemblyParse_x86
600 if (nonvolatile_reg_p (machine_regno) && machine_regno_to_lldb_regno (machine_regno, lldb_regno))
619 if (mov_reg_to_local_stack_frame_p (machine_regno, stack_offset) && nonvolatile_reg_p (machine_regno))

Completed in 125 milliseconds