Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1106 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local
1120 if (RelSection) in writeObject()
1121 Members.push_back(RelSection); in writeObject()
1125 if (RelSection) { in writeObject()
1126 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1127 Relocations.push_back(RelSection); in writeObject()
1165 for (MCSectionELF *RelSection : Relocations) { in writeObject()
1167 const uint64_t SecStart = align(RelSection->getAlignment()); in writeObject()
1170 cast<MCSectionELF>(*RelSection->getLinkedToSection())); in writeObject()
1173 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()