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.cpp992 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local
1010 if (RelSection) { in writeObject()
1011 RelSection->setOrdinal(addToSectionTable(RelSection)); in writeObject()
1012 Relocations.push_back(RelSection); in writeObject()
1018 if (RelSection) in writeObject()
1019 Members.second.push_back(RelSection->getOrdinal()); in writeObject()
1051 for (MCSectionELF *RelSection : Relocations) { in writeObject()
1053 const uint64_t SecStart = align(RelSection->getAlign()); in writeObject()
1056 cast<MCSectionELF>(*RelSection->getLinkedToSection())); in writeObject()
1059 RelSection->setOffsets(SecStart, SecEnd); in writeObject()