Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp831 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
849 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
961 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
H A DUnwindPlan.cpp250 reg_loc.SetAtCFAPlusOffset(offset); in SetRegisterLocationToAtCFAPlusOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp741 initial_regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
864 regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
961 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h109 void SetAtCFAPlusOffset(int32_t offset) { in SetAtCFAPlusOffset() function