Lines Matching refs:InputSection
156 return cast<InputSection>(this)->outSecOff + offset; in getOffset()
166 if (InputSection *isec = es->getParent()) in getOffset()
172 if (InputSection *isec = ms->getParent()) in getOffset()
185 InputSection *sec; in getOutputSection()
186 if (auto *isec = dyn_cast<InputSection>(this)) in getOutputSection()
225 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep()
229 return cast<InputSection>(file->getSections()[link]); in getLinkOrderDep()
296 InputSection InputSection::discarded(nullptr, 0, 0, 0, ArrayRef<uint8_t>(), "");
298 InputSection::InputSection(InputFile *f, uint64_t flags, uint32_t type, in InputSection() function in InputSection
306 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection() function in InputSection
311 template <class ELFT> void InputSection::copyShtGroup(uint8_t *buf) { in copyShtGroup()
332 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection()
343 void InputSection::copyRelocations(uint8_t *buf, ArrayRef<RelTy> rels) { in copyRelocations()
540 InputSection *isec = cast<InputSection>(d->section); in getRISCVPCRelHi20()
817 void InputSection::relocateNonAlloc(uint8_t *buf, ArrayRef<RelTy> rels) { in relocateNonAlloc()
937 static void relocateNonAllocForRelocatable(InputSection *sec, uint8_t *buf) { in relocateNonAllocForRelocatable()
959 auto *sec = cast<InputSection>(this); in relocate()
985 if (auto *sec = dyn_cast<InputSection>(this)) in relocateAlloc()
1174 if (InputSection *isec = cast_or_null<InputSection>(d->section)) in adjustSplitStackFunctionPrologues()
1197 template <class ELFT> void InputSection::writeTo(uint8_t *buf) { in writeTo()
1235 void InputSection::replace(InputSection *other) { in replace()
1244 for (InputSection *isec : dependentSections) in replace()
1426 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1428 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1430 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1432 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1435 template void InputSection::writeTo<ELF32LE>(uint8_t *);
1436 template void InputSection::writeTo<ELF32BE>(uint8_t *);
1437 template void InputSection::writeTo<ELF64LE>(uint8_t *);
1438 template void InputSection::writeTo<ELF64BE>(uint8_t *);