Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp195 uint8_t unwind_operation = code.getUnwindOp(); in ProcessUnwindCode() local
198 switch (unwind_operation) { in ProcessUnwindCode()
249 if (!ParseBigOrScaledFrameOffset(fo, unwind_operation == UOP_SaveNonVolBig, in ProcessUnwindCode()
272 if (!ParseBigOrScaledFrameOffset(fo, unwind_operation == UOP_SaveXMM128Big, in ProcessUnwindCode()