Lines Matching refs:InputSectionBase
105 class InputSectionBase : public SectionBase {
108 InputSectionBase(ObjFile<ELFT> &file, const typename ELFT::Shdr &header,
111 InputSectionBase(InputFile *file, uint64_t flags, uint32_t type,
172 InputSectionBase *nextInSectionGroup = nullptr;
264 class MergeInputSection : public InputSectionBase {
307 EhSectionPiece(size_t off, InputSectionBase *sec, uint32_t size, in EhSectionPiece()
317 InputSectionBase *sec;
323 class EhInputSection : public InputSectionBase {
344 class InputSection : public InputSectionBase {
371 InputSectionBase *getRelocatedSection() const;
397 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection()
403 extern SmallVector<InputSectionBase *, 0> inputSections;
412 std::string toString(const elf::InputSectionBase *);