Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp689 int UnwindHelpOffset = 0; in emitCXXFrameHandler3Table() local
696 UnwindHelpOffset = in emitCXXFrameHandler3Table()
760 OS.emitInt32(UnwindHelpOffset); in emitCXXFrameHandler3Table()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4793 int64_t UnwindHelpOffset = alignTo(CurrentOffset + 8, Align(16)); in processFunctionBeforeFrameFinalized() local
4794 assert(UnwindHelpOffset == getFixedObjectSize(MF, AFI, /*IsWin64*/ true, in processFunctionBeforeFrameFinalized()
4797 int UnwindHelpFI = MFI.CreateFixedObject(/*Size*/ 8, -UnwindHelpOffset, in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp4256 int64_t UnwindHelpOffset = MinFixedObjOffset - SlotSize; in adjustFrameForMsvcCxxEh() local
4258 MFI.CreateFixedObject(SlotSize, UnwindHelpOffset, /*IsImmutable=*/false); in adjustFrameForMsvcCxxEh()