Home
last modified time | relevance | path

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

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