Searched refs:LSDA (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86WinEHState.cpp | 285 Value *LSDA = Builder.CreateCall( in emitExceptionRegistrationRecord() local 288 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty); in emitExceptionRegistrationRecord() 295 LSDA = Builder.CreateXor(LSDA, Val); in emitExceptionRegistrationRecord() 297 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3)); in emitExceptionRegistrationRecord() 346 Value *LSDA = emitEHLSDA(Builder, ParentFunc); in generateLSDAInEAXThunk() local 350 Value *Args[5] = {LSDA, AI++, AI++, AI++, AI++}; in generateLSDAInEAXThunk()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldMachO.cpp | 234 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE() local 235 TargetPtrT NewLSDA = LSDA - DeltaForEH; in processFDE()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | SjLjEHPrepare.cpp | 236 Value *LSDA = Builder.CreateCall(LSDAAddrFn, {}, "lsda_addr"); in setupFunctionContext() local 239 Builder.CreateStore(LSDA, LSDAFieldPtr, /*isVolatile=*/true); in setupFunctionContext()
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-2006 | 282 (output_cie): Output personality including its encoding and LSDA encoding. 283 (output_fde): Output LSDA. 285 LSDA encoding are different. Copy the 3 fields from fde_entry to
|
| /NextBSD/contrib/binutils/gas/doc/ |
| HD | as.texinfo | 4132 @code{.cfi_lsda} defines LSDA and its encoding. 4133 @var{encoding} must be a constant determining how the LSDA 4137 no LSDA.
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | ChangeLog-0001 | 161 request no dynamic reloc for LSDA field of FDE. 165 Update LSDA field if LSDA encoding is DW_EH_PE_pcrel, because
|
| /NextBSD/contrib/gcc/ |
| HD | ChangeLog-2001 | 21228 routine and LSDA pointers. 22868 the LSDA encoding.
|