Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
1162 else if (sub_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()
1504 if (sub_rsp_pattern_p(amount)) { in AugmentUnwindPlanFromCallSite()
1594 sub_rsp_pattern_p(scratch) || push_reg_p(regno) || in FindFirstNonPrologueInstruction()