Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp27 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA, in emitExceptionInfoTable() argument
67 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable()
H A DDwarfException.h99 void emitExceptionInfoTable(const MCSymbol *LSDA, const MCSymbol *PerSym);
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp322 Value *LSDA = emitEHLSDA(Builder, F); in emitExceptionRegistrationRecord() local
323 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty); in emitExceptionRegistrationRecord()
329 LSDA = Builder.CreateXor(LSDA, Val); in emitExceptionRegistrationRecord()
331 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3)); in emitExceptionRegistrationRecord()
404 Value *LSDA = emitEHLSDA(Builder, ParentFunc); in generateLSDAInEAXThunk() local
406 Value *Args[5] = {LSDA, &*AI++, &*AI++, &*AI++, &*AI++}; in generateLSDAInEAXThunk()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp971 const auto *LSDA = cast<MCSectionELF>(LSDASection); in getSectionForLSDA() local
972 unsigned Flags = LSDA->getFlags(); in getSectionForLSDA()
993 (TM.getUniqueSectionNames() ? LSDA->getName() + "." + F.getName() in getSectionForLSDA()
994 : LSDA->getName()), in getSectionForLSDA()
995 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID, in getSectionForLSDA()
2704 auto *LSDA = cast<MCSectionXCOFF>(LSDASection); in getSectionForLSDA() local
2709 SmallString<128> NameStr = LSDA->getName(); in getSectionForLSDA()
2711 LSDA = getContext().getXCOFFSection(NameStr, LSDA->getKind(), in getSectionForLSDA()
2712 LSDA->getCsectProp()); in getSectionForLSDA()
2714 return LSDA; in getSectionForLSDA()
H A DSjLjEHPrepare.cpp241 Value *LSDA = Builder.CreateCall(LSDAAddrFn, {}, "lsda_addr"); in setupFunctionContext() local
244 Builder.CreateStore(LSDA, LSDAFieldPtr, /*isVolatile=*/true); in setupFunctionContext()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp302 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE() local
303 TargetPtrT NewLSDA = LSDA - DeltaForEH; in processFDE()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsWebAssembly.td154 // Returns LSDA address of the current function.