Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h109 bool push_reg_p(int &regno);
H A Dx86AssemblyInspectionEngine.cpp366 bool x86AssemblyInspectionEngine::push_reg_p(int &regno) { in push_reg_p() function in x86AssemblyInspectionEngine
1049 else if (push_reg_p(machine_regno)) { in GetNonCallSiteUnwindPlanFromAssembly()
1448 if (push_reg_p(regno)) { in AugmentUnwindPlanFromCallSite()
1600 sub_rsp_pattern_p(scratch) || push_reg_p(regno) || in FindFirstNonPrologueInstruction()