Lines Matching refs:InputSection
163 return cast<InputSection>(this)->outSecOff + offset; in getOffset()
173 if (InputSection *isec = es->getParent()) in getOffset()
179 if (InputSection *isec = ms->getParent()) in getOffset()
192 InputSection *sec; in getOutputSection()
193 if (auto *isec = dyn_cast<InputSection>(this)) in getOutputSection()
237 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep()
241 return cast<InputSection>(file->getSections()[link]); in getLinkOrderDep()
309 InputSection InputSection::discarded(nullptr, 0, 0, 0, ArrayRef<uint8_t>(), "");
311 InputSection::InputSection(InputFile *f, uint64_t flags, uint32_t type, in InputSection() function in InputSection
319 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection() function in InputSection
324 template <class ELFT> void InputSection::copyShtGroup(uint8_t *buf) { in copyShtGroup()
345 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection()
356 void InputSection::copyRelocations(uint8_t *buf, ArrayRef<RelTy> rels) { in copyRelocations()
553 InputSection *isec = cast<InputSection>(d->section); in getRISCVPCRelHi20()
830 void InputSection::relocateNonAlloc(uint8_t *buf, ArrayRef<RelTy> rels) { in relocateNonAlloc()
950 static void relocateNonAllocForRelocatable(InputSection *sec, uint8_t *buf) { in relocateNonAllocForRelocatable()
972 auto *sec = cast<InputSection>(this); in relocate()
1060 if (InputSection *isec = cast_or_null<InputSection>(d->section)) in adjustSplitStackFunctionPrologues()
1083 template <class ELFT> void InputSection::writeTo(uint8_t *buf) { in writeTo()
1126 void InputSection::replace(InputSection *other) { in replace()
1135 for (InputSection *isec : dependentSections) in replace()
1308 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1310 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1312 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1314 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1317 template void InputSection::writeTo<ELF32LE>(uint8_t *);
1318 template void InputSection::writeTo<ELF32BE>(uint8_t *);
1319 template void InputSection::writeTo<ELF64LE>(uint8_t *);
1320 template void InputSection::writeTo<ELF64BE>(uint8_t *);