Searched refs:RelaSD (Results 1 – 1 of 1) sorted by relevance
1033 MCSectionData &RelaSD = Asm.getOrCreateSectionData(*RelaSection); in WriteRelocations() local1034 RelaSD.setAlignment(is64Bit() ? 8 : 4); in WriteRelocations()1036 MCDataFragment *F = new MCDataFragment(&RelaSD); in WriteRelocations()