Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h103 bool sub_rsp_pattern_p(int &amount);
H A Dx86AssemblyInspectionEngine.cpp434 bool x86AssemblyInspectionEngine::sub_rsp_pattern_p(int &amount) { in sub_rsp_pattern_p() function in x86AssemblyInspectionEngine
1171 else if (sub_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()
1513 if (sub_rsp_pattern_p(amount)) { in AugmentUnwindPlanFromCallSite()
1600 sub_rsp_pattern_p(scratch) || push_reg_p(regno) || in FindFirstNonPrologueInstruction()