OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonvolatile_reg_p
(Results
1 - 1
of
1
) sorted by null
/external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.cpp
133
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 49 milliseconds