Lines Matching refs:InputSectionBase
106 class InputSectionBase : public SectionBase {
109 InputSectionBase(ObjFile<ELFT> &file, const typename ELFT::Shdr &header,
112 InputSectionBase(InputFile *file, uint64_t flags, uint32_t type,
179 InputSectionBase *nextInSectionGroup = nullptr;
271 class MergeInputSection : public InputSectionBase {
316 EhSectionPiece(size_t off, InputSectionBase *sec, uint32_t size, in EhSectionPiece()
326 InputSectionBase *sec;
332 class EhInputSection : public InputSectionBase {
353 class InputSection : public InputSectionBase {
380 InputSectionBase *getRelocatedSection() const;
411 InputSectionBase::Synthetic) {}
423 return sec->kind() == InputSectionBase::Synthetic; in classof()
427 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection()
439 std::string toString(const elf::InputSectionBase *);