Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DUnwindPlan.h100 bool IsAtAFAPlusOffset() const { return m_type == atAFAPlusOffset; } in IsAtAFAPlusOffset() function
/llvm-project-15.0.7/lldb/source/Target/
H A DRegisterContextUnwind.cpp1603 if (unwindplan_regloc.IsAtAFAPlusOffset()) { in SavedLocationForRegister()
/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/x86/
H A DTestx86AssemblyInspectionEngine.cpp2618 EXPECT_TRUE(reg_loc.IsAtAFAPlusOffset()); in TEST_F()