Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp956 if (MCSectionData *RelSD = createRelocationSection(Asm, SD)) { in computeIndexMap() local
958 static_cast<const MCSectionELF *>(&RelSD->getSection()); in computeIndexMap()
1286 MCSectionData &RelSD = *it; in WriteRelocations() local
1288 static_cast<const MCSectionELF &>(RelSD.getSection()); in WriteRelocations()
1296 RelSD.setAlignment(is64Bit() ? 8 : 4); in WriteRelocations()
1298 MCDataFragment *F = new MCDataFragment(&RelSD); in WriteRelocations()