Lines Matching defs:LSDA
1006 // If neither COMDAT nor function sections, use the monolithic LSDA section.
1011 const auto *LSDA = cast<MCSectionELF>(LSDASection);
1012 unsigned Flags = LSDA->getFlags();
1033 (TM.getUniqueSectionNames() ? LSDA->getName() + "." + F.getName()
1034 : LSDA->getName()),
1035 LSDA->getType(), Flags, 0, Group, IsComdat, MCSection::NonUniqueID,
2739 auto *LSDA = cast<MCSectionXCOFF>(LSDASection);
2742 // name of the LSDA csect so that each function has its own LSDA csect.
2744 SmallString<128> NameStr = LSDA->getName();
2746 LSDA = getContext().getXCOFFSection(NameStr, LSDA->getKind(),
2747 LSDA->getCsectProp());
2749 return LSDA;