Searched refs:UnwindHelpOffset (Results 1 – 3 of 3) sorted by relevance
689 int UnwindHelpOffset = 0; in emitCXXFrameHandler3Table() local696 UnwindHelpOffset = in emitCXXFrameHandler3Table()760 OS.emitInt32(UnwindHelpOffset); in emitCXXFrameHandler3Table()
4793 int64_t UnwindHelpOffset = alignTo(CurrentOffset + 8, Align(16)); in processFunctionBeforeFrameFinalized() local4794 assert(UnwindHelpOffset == getFixedObjectSize(MF, AFI, /*IsWin64*/ true, in processFunctionBeforeFrameFinalized()4797 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, -UnwindHelpOffset, in processFunctionBeforeFrameFinalized()
4256 int64_t UnwindHelpOffset = MinFixedObjOffset - SlotSize; in adjustFrameForMsvcCxxEh() local4258 MFI.CreateFixedObject(SlotSize, UnwindHelpOffset, /*IsImmutable=*/false); in adjustFrameForMsvcCxxEh()