Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp393 int32_t rsp_frame_offset = 0; in BuildUnwindPlanRow() local
398 it->reg, rsp_frame_offset - cfa_frame_offset, false); in BuildUnwindPlanRow()
399 rsp_frame_offset += it->frame_offset; in BuildUnwindPlanRow()
402 rsp_frame_offset += it->frame_offset; in BuildUnwindPlanRow()