Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindPlan.h100 bool IsAtAFAPlusOffset() const { return m_type == atAFAPlusOffset; } in IsAtAFAPlusOffset() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp1603 if (unwindplan_regloc.IsAtAFAPlusOffset()) { in SavedLocationForRegister()