Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp395 int32_t rsp_frame_offset = 0; in BuildUnwindPlanRow() local
400 it->reg, rsp_frame_offset - cfa_frame_offset, false); in BuildUnwindPlanRow()
401 rsp_frame_offset += it->frame_offset; in BuildUnwindPlanRow()
404 rsp_frame_offset += it->frame_offset; in BuildUnwindPlanRow()