Lines Matching defs:LSDA
153 // available_externally functions. The handler needs to reference the LSDA,
324 Value *LSDA = emitEHLSDA(Builder, F);
325 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty);
331 LSDA = Builder.CreateXor(LSDA, Val);
333 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3));
380 /// Generate a thunk that puts the LSDA of ParentFunc in EAX and then calls
408 Value *LSDA = emitEHLSDA(Builder, ParentFunc);
410 Value *Args[5] = {LSDA, &*AI++, &*AI++, &*AI++, &*AI++};