Searched refs:LSDA (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp44 intptr_t LSDA = *((intptr_t*)P); local
45 intptr_t NewLSDA = LSDA - DeltaForEH;
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp229 // LSDA address
230 Value *LSDA = Builder.CreateCall(LSDAAddrFn, "lsda_addr"); local
232 Builder.CreateStore(LSDA, LSDAFieldPtr, /*isVolatile=*/true);

Completed in 47 milliseconds