Lines Matching refs:InputSection
184 llvm::TinyPtrVector<InputSection *> dependentSections;
189 InputSection *getLinkOrderDep() const;
353 class InputSection : public InputSectionBase {
355 InputSection(InputFile *f, uint64_t flags, uint32_t type, uint32_t addralign,
358 InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header,
387 InputSection *repl = this;
393 void replace(InputSection *other);
395 static InputSection discarded;
404 static_assert(sizeof(InputSection) <= 160, "InputSection is too big");
406 class SyntheticSection : public InputSection {
410 : InputSection(nullptr, flags, type, addralign, {}, name, in SyntheticSection()