Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86WinEHState.cpp345 Value *FrameAddrI32 = Builder.CreatePtrToInt(FrameAddr, Int32Ty); in emitExceptionRegistrationRecord() local
346 FrameAddrI32 = Builder.CreateXor(FrameAddrI32, Val); in emitExceptionRegistrationRecord()
347 Builder.CreateStore(FrameAddrI32, EHGuardNode); in emitExceptionRegistrationRecord()