Home | History | Annotate | Download | only in MC

Lines Matching refs:RelaSection

971   MCSectionELF *RelaSection = Ctx.createELFRelSection(
974 RelaSection->setAlignment(is64Bit() ? 8 : 4);
975 return RelaSection;