Lines Matching refs:InputSection
224 llvm::TinyPtrVector<InputSection *> dependentSections;
229 InputSection *getLinkOrderDep() const;
397 class InputSection : public InputSectionBase {
399 InputSection(InputFile *f, uint64_t flags, uint32_t type, uint32_t addralign,
402 InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header,
432 InputSection *repl = this;
438 void replace(InputSection *other);
440 static InputSection discarded;
454 class PotentialSpillSection : public InputSection {
471 static_assert(sizeof(InputSection) <= 160, "InputSection is too big");
473 class SyntheticSection : public InputSection {
477 : InputSection(ctx.internalFile, flags, type, addralign, {}, name, in SyntheticSection()