Lines Matching refs:InputSection

164     return cast<InputSection>(this)->outSecOff + offset;  in getOffset()
174 if (InputSection *isec = es->getParent()) in getOffset()
180 if (InputSection *isec = ms->getParent()) in getOffset()
193 InputSection *sec; in getOutputSection()
194 if (auto *isec = dyn_cast<InputSection>(this)) in getOutputSection()
238 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep()
242 return cast<InputSection>(file->getSections()[link]); in getLinkOrderDep()
312 InputSection InputSection::discarded(nullptr, 0, 0, 0, ArrayRef<uint8_t>(), "");
314 InputSection::InputSection(InputFile *f, uint64_t flags, uint32_t type, in InputSection() function in InputSection
322 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection() function in InputSection
327 template <class ELFT> void InputSection::copyShtGroup(uint8_t *buf) { in copyShtGroup()
348 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection()
356 void InputSection::copyRelocations(uint8_t *buf) { in copyRelocations()
391 void InputSection::copyRelocations(uint8_t *buf, in copyRelocations()
593 InputSection *isec = cast<InputSection>(d->section); in getRISCVPCRelHi20()
897 void InputSection::relocateNonAlloc(uint8_t *buf, ArrayRef<RelTy> rels) { in relocateNonAlloc()
1055 auto *sec = cast<InputSection>(this); in relocate()
1141 if (InputSection *isec = cast_or_null<InputSection>(d->section)) in adjustSplitStackFunctionPrologues()
1164 template <class ELFT> void InputSection::writeTo(uint8_t *buf) { in writeTo()
1207 void InputSection::replace(InputSection *other) { in replace()
1216 for (InputSection *isec : dependentSections) in replace()
1389 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1391 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1393 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1395 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1398 template void InputSection::writeTo<ELF32LE>(uint8_t *);
1399 template void InputSection::writeTo<ELF32BE>(uint8_t *);
1400 template void InputSection::writeTo<ELF64LE>(uint8_t *);
1401 template void InputSection::writeTo<ELF64BE>(uint8_t *);