Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h99 bool IsAFAPlusOffset() const { return m_type == isAFAPlusOffset; } in IsAFAPlusOffset() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1452 if (unwindplan_regloc.IsAFAPlusOffset()) { in SavedLocationForRegister()