Lines Matching refs:InputSectionBase
104 class InputSectionBase : public SectionBase {
107 InputSectionBase(ObjFile<ELFT> &file, const typename ELFT::Shdr &header,
110 InputSectionBase(InputFile *file, uint64_t flags, uint32_t type,
171 InputSectionBase *nextInSectionGroup = nullptr;
270 class MergeInputSection : public InputSectionBase {
313 EhSectionPiece(size_t off, InputSectionBase *sec, uint32_t size, in EhSectionPiece()
323 InputSectionBase *sec;
329 class EhInputSection : public InputSectionBase {
349 class InputSection : public InputSectionBase {
373 InputSectionBase *getRelocatedSection() const;
399 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection()
405 extern std::vector<InputSectionBase *> inputSections;
414 std::string toString(const elf::InputSectionBase *);