Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp430 Constant *FSZero = Constant::getNullValue(PointerType::get(C, X86AS::FS)); in linkExceptionRegistration() local
431 Value *Next = Builder.CreateLoad(PointerType::getUnqual(C), FSZero); in linkExceptionRegistration()
434 Builder.CreateStore(Link, FSZero); in linkExceptionRegistration()
450 Constant *FSZero = Constant::getNullValue(PointerType::get(C, X86AS::FS)); in unlinkExceptionRegistration() local
451 Builder.CreateStore(Next, FSZero); in unlinkExceptionRegistration()