Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp1090 MCSectionELF *RelSection = createRelocationSection(Ctx, Section); in writeObject() local
1104 if (RelSection) in writeObject()
1105 Members.push_back(RelSection); in writeObject()
1109 if (RelSection) { in writeObject()
1110 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1111 Relocations.push_back(RelSection); in writeObject()
1149 for (MCSectionELF *RelSection : Relocations) { in writeObject()
1151 const uint64_t SecStart = align(RelSection->getAlignment()); in writeObject()
1154 cast<MCSectionELF>(*RelSection->getLinkedToSection())); in writeObject()
1157 SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd); in writeObject()