Home
last modified time | relevance | path

Searched refs:SetAtCFAPlusOffset (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp833 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
851 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
963 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
H A DUnwindPlan.cpp286 reg_loc.SetAtCFAPlusOffset(offset); in SetRegisterLocationToAtCFAPlusOffset()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp947 initial_regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1070 regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1167 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly()
/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/x86/
H A DTestx86AssemblyInspectionEngine.cpp2238 regloc.SetAtCFAPlusOffset(-8); in TEST_F()
2251 regloc.SetAtCFAPlusOffset(-16); in TEST_F()
2325 regloc.SetAtCFAPlusOffset(-8); in TEST_F()
2338 regloc.SetAtCFAPlusOffset(-16); in TEST_F()
2403 regloc.SetAtCFAPlusOffset(-4); in TEST_F()
2416 regloc.SetAtCFAPlusOffset(-8); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DUnwindPlan.h108 void SetAtCFAPlusOffset(int32_t offset) { in SetAtCFAPlusOffset() function