Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86WinEHState.cpp343 Value *FrameAddrI32 = Builder.CreatePtrToInt(FrameAddr, Int32Ty); in emitExceptionRegistrationRecord() local
344 FrameAddrI32 = Builder.CreateXor(FrameAddrI32, Val); in emitExceptionRegistrationRecord()
345 Builder.CreateStore(FrameAddrI32, EHGuardNode); in emitExceptionRegistrationRecord()