Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp1102 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local
1116 if (RelSection) in writeObject()
1117 Members.push_back(RelSection); in writeObject()
1121 if (RelSection) { in writeObject()
1122 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1123 Relocations.push_back(RelSection); in writeObject()
1171 for (MCSectionELF *RelSection : Relocations) { in writeObject()
1172 align(RelSection->getAlignment()); in writeObject()
1178 cast<MCSectionELF>(*RelSection->getAssociatedSection())); in writeObject()
1181 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()