Lines Matching full:lsda
147 // available_externally functions. The handler needs to reference the LSDA,
321 // ScopeTable = llvm.x86.seh.lsda(F)
322 Value *LSDA = emitEHLSDA(Builder, F);
323 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty);
329 LSDA = Builder.CreateXor(LSDA, Val);
331 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3));
376 /// Generate a thunk that puts the LSDA of ParentFunc in EAX and then calls
381 /// movl $lsda, %eax
404 Value *LSDA = emitEHLSDA(Builder, ParentFunc);
406 Value *Args[5] = {LSDA, &*AI++, &*AI++, &*AI++, &*AI++};