Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp375 int32_t cfa_frame_offset = GetCFAFrameOffset(); in BuildUnwindPlanRow() local
381 row->GetCFAValue().SetIsRegisterPlusOffset(it->reg, cfa_frame_offset - in BuildUnwindPlanRow()
393 cfa_frame_offset); in BuildUnwindPlanRow()
400 it->reg, rsp_frame_offset - cfa_frame_offset, false); in BuildUnwindPlanRow()
408 it->reg, it->frame_offset - cfa_frame_offset, false); in BuildUnwindPlanRow()