Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp426 Constant *FSZero = Constant::getNullValue(PointerType::get(C, 257)); in linkExceptionRegistration() local
427 Value *Next = Builder.CreateLoad(PointerType::getUnqual(C), FSZero); in linkExceptionRegistration()
430 Builder.CreateStore(Link, FSZero); in linkExceptionRegistration()
446 Constant *FSZero = Constant::getNullValue(PointerType::get(C, 257)); in unlinkExceptionRegistration() local
447 Builder.CreateStore(Next, FSZero); in unlinkExceptionRegistration()