Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp373 int32_t cfa_frame_offset = GetCFAFrameOffset(); in BuildUnwindPlanRow() local
379 row->GetCFAValue().SetIsRegisterPlusOffset(it->reg, cfa_frame_offset - in BuildUnwindPlanRow()
391 cfa_frame_offset); in BuildUnwindPlanRow()
398 it->reg, rsp_frame_offset - cfa_frame_offset, false); in BuildUnwindPlanRow()
406 it->reg, it->frame_offset - cfa_frame_offset, false); in BuildUnwindPlanRow()