Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1042 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local
1060 if (RelSection) { in writeObject()
1061 RelSection->setOrdinal(addToSectionTable(RelSection)); in writeObject()
1062 Relocations.push_back(RelSection); in writeObject()
1068 if (RelSection) in writeObject()
1069 Members.second.push_back(RelSection->getOrdinal()); in writeObject()
1099 for (MCSectionELF *RelSection : Relocations) { in writeObject()
1101 const uint64_t SecStart = align(RelSection->getAlign()); in writeObject()
1103 writeRelocations(cast<MCSectionELF>(*RelSection->getLinkedToSection())); in writeObject()
1106 RelSection->setOffsets(SecStart, SecEnd); in writeObject()