Searched defs:LSDA (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp237 // LSDA address
238 Value *LSDA = Builder.CreateCall(LSDAAddrFn, {}, "lsda_addr"); local
241 Builder.CreateStore(LSDA, LSDAFieldPtr, /*isVolatile=*/true);
/external/llvm/lib/Target/X86/
H A DX86WinEHState.cpp292 Value *LSDA = Builder.CreateCall( local
295 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty);
302 LSDA = Builder.CreateXor(LSDA, Val);
304 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3));
327 /// Generate a thunk that puts the LSDA of ParentFunc in EAX and then calls
353 Value *LSDA = emitEHLSDA(Builder, ParentFunc); local
357 Value *Args[5] = {LSDA, &*AI++, &*AI++, &*AI++, &*AI++};
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp269 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); local
270 TargetPtrT NewLSDA = LSDA - DeltaForEH;

Completed in 121 milliseconds