Home
last modified time | relevance | path

Searched refs:RelaSD (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/MC/
DELFObjectWriter.cpp705 MCSectionData &RelaSD = Asm.getOrCreateSectionData(*RelaSection); in WriteRelocations() local
706 RelaSD.setAlignment(is64Bit() ? 8 : 4); in WriteRelocations()
708 MCDataFragment *F = new MCDataFragment(&RelaSD); in WriteRelocations()