Lines Matching refs:InputSection
39 class SyntheticSection : public InputSection {
43 : InputSection(nullptr, flags, type, alignment, {}, name, in SyntheticSection()
93 void iterateFDEWithLSDA(llvm::function_ref<void(InputSection &)> fn);
108 llvm::function_ref<void(InputSection &)> fn);
483 void addInSec(int32_t tag, InputSection *sec);
484 void addInSecRelative(int32_t tag, InputSection *sec);
734 InputSection *section;
751 InputSection *sec;
1039 bool addSection(InputSection *isec);
1046 InputSection *getLinkOrderDep() const;
1052 std::vector<InputSection *> exidxSections;
1061 std::vector<InputSection *> executableSections;
1067 InputSection *sentinel = nullptr;
1084 InputSection *getTargetInputSection() const;
1152 InputSection *createInterpSection();
1203 InputSection *attributes;