Searched defs:machine_regno (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp69 int machine_regno; member in struct:regmap_ent
133 bool nonvolatile_reg_p (int machine_regno);
142 bool machine_regno_to_lldb_regno (int machine_regno, uint32_t& lldb_regno);
261 AssemblyParse_x86::nonvolatile_reg_p (int machine_regno) argument
265 switch (machine_regno) {
278 switch (machine_regno) {
443 AssemblyParse_x86::machine_regno_to_lldb_regno (int machine_regno, uint32_t &lldb_regno) argument
459 if (ent->machine_regno == machine_regno)
547 int machine_regno; // registe local
[all...]

Completed in 157 milliseconds