Home
last modified time | relevance | path

Searched refs:IsCFAPlusOffset (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h94 bool IsCFAPlusOffset() const { return m_type == isCFAPlusOffset; } in IsCFAPlusOffset() function
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.cpp1255 (sp.IsCFAPlusOffset() && sp.GetOffset() == 0 && in GetNonCallSiteUnwindPlanFromAssembly()
/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp1440 if (unwindplan_regloc.IsCFAPlusOffset()) { in SavedLocationForRegister()
/external/llvm-project/lldb/unittests/UnwindAssembly/x86/
DTestx86AssemblyInspectionEngine.cpp743 EXPECT_TRUE(regloc.IsCFAPlusOffset()); in TEST_F()