Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp1120 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local
1134 if (RelSection) in writeObject()
1135 Members.push_back(RelSection); in writeObject()
1139 if (RelSection) { in writeObject()
1140 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1141 Relocations.push_back(RelSection); in writeObject()
1179 for (MCSectionELF *RelSection : Relocations) { in writeObject()
1181 const uint64_t SecStart = align(RelSection->getAlign()); in writeObject()
1184 cast<MCSectionELF>(*RelSection->getLinkedToSection())); in writeObject()
1187 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()