Searched refs:LSDA (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AIXException.cpp | 27 void AIXException::emitExceptionInfoTable(const MCSymbol *LSDA, in emitExceptionInfoTable() argument 67 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable()
|
| H A D | DwarfException.h | 99 void emitExceptionInfoTable(const MCSymbol *LSDA, const MCSymbol *PerSym);
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 322 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 D | TargetLoweringObjectFileImpl.cpp | 971 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 D | SjLjEHPrepare.cpp | 241 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 D | RuntimeDyldMachO.cpp | 302 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 D | IntrinsicsWebAssembly.td | 154 // Returns LSDA address of the current function.
|