Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h111 bool pop_rbp_pattern_p();
H A Dx86AssemblyInspectionEngine.cpp581 bool x86AssemblyInspectionEngine::pop_rbp_pattern_p() { in pop_rbp_pattern_p() function in x86AssemblyInspectionEngine
1544 if (pop_rbp_pattern_p() || leave_pattern_p()) { in AugmentUnwindPlanFromCallSite()