Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h100 bool IsAtAFAPlusOffset() const { return m_type == atAFAPlusOffset; } in IsAtAFAPlusOffset() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1617 if (unwindplan_regloc.IsAtAFAPlusOffset()) { in SavedLocationForRegister()