Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp799 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
817 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
929 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
H A DUnwindPlan.cpp296 reg_loc.SetAtCFAPlusOffset(offset); in SetRegisterLocationToAtCFAPlusOffset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp935 initial_regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1061 regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1161 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h118 void SetAtCFAPlusOffset(int32_t offset) { in SetAtCFAPlusOffset() function