Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp834 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
852 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
964 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
DUnwindPlan.cpp282 reg_loc.SetAtCFAPlusOffset(offset); in SetRegisterLocationToAtCFAPlusOffset()
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.cpp946 initial_regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1069 regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1166 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly()
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h108 void SetAtCFAPlusOffset(int32_t offset) { in SetAtCFAPlusOffset() function
/external/llvm-project/lldb/unittests/UnwindAssembly/x86/
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()