Home
last modified time | relevance | path

Searched refs:LSDA (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/X86/
HDX86WinEHState.cpp285 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/
HDRuntimeDyldMachO.cpp234 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE() local
235 TargetPtrT NewLSDA = LSDA - DeltaForEH; in processFDE()
/NextBSD/contrib/llvm/lib/CodeGen/
HDSjLjEHPrepare.cpp236 Value *LSDA = Builder.CreateCall(LSDAAddrFn, {}, "lsda_addr"); in setupFunctionContext() local
239 Builder.CreateStore(LSDA, LSDAFieldPtr, /*isVolatile=*/true); in setupFunctionContext()
/NextBSD/contrib/binutils/gas/
HDChangeLog-2006282 (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/
HDas.texinfo4132 @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/
HDChangeLog-0001161 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/
HDChangeLog-200121228 routine and LSDA pointers.
22868 the LSDA encoding.