Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDUnwindPlan.h100 bool IsAtAFAPlusOffset() const { return m_type == atAFAPlusOffset; } in IsAtAFAPlusOffset() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDRegisterContextUnwind.cpp1617 if (unwindplan_regloc.IsAtAFAPlusOffset()) { in SavedLocationForRegister()