Home
last modified time | relevance | path

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

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