Lines Matching full:lsda
966 // If neither COMDAT nor function sections, use the monolithic LSDA section. in getSectionForLSDA()
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
2707 // name of the LSDA csect so that each function has its own LSDA csect. in getSectionForLSDA()
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()