Home
last modified time | relevance | path

Searched refs:machine_regno (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp263 bool x86AssemblyInspectionEngine::nonvolatile_reg_p(int machine_regno) { in nonvolatile_reg_p() argument
265 switch (machine_regno) { in nonvolatile_reg_p()
278 switch (machine_regno) { in nonvolatile_reg_p()
904 int machine_regno, uint32_t &lldb_regno) { in machine_regno_to_lldb_regno() argument
905 MachineRegnumToNameAndLLDBRegnum::iterator it = m_reg_map.find(machine_regno); in machine_regno_to_lldb_regno()
973 int machine_regno; // register numbers masked directly out of instructions in GetNonCallSiteUnwindPlanFromAssembly() local
1049 else if (push_reg_p(machine_regno)) { in GetNonCallSiteUnwindPlanFromAssembly()
1060 if (nonvolatile_reg_p(machine_regno) && in GetNonCallSiteUnwindPlanFromAssembly()
1061 machine_regno_to_lldb_regno(machine_regno, lldb_regno) && in GetNonCallSiteUnwindPlanFromAssembly()
1062 !saved_registers[machine_regno]) { in GetNonCallSiteUnwindPlanFromAssembly()
[all …]
H A Dx86AssemblyInspectionEngine.h93 bool nonvolatile_reg_p(int machine_regno);
134 bool machine_regno_to_lldb_regno(int machine_regno, uint32_t &lldb_regno);