Lines Matching refs:ConcatInputSection
100 class ConcatInputSection final : public InputSection {
102 ConcatInputSection(const Section §ion, ArrayRef<uint8_t> data,
115 void foldIdentical(ConcatInputSection *redundant);
116 ConcatInputSection *canonical() override { in canonical()
128 ConcatInputSection *replacement = nullptr;
147 ConcatInputSection *makeSyntheticInputSection(StringRef segName,
156 return isa<ConcatInputSection>(isec) && in shouldOmitFromOutput()
157 cast<ConcatInputSection>(isec)->shouldOmitFromOutput(); in shouldOmitFromOutput()
161 return isa<ConcatInputSection>(isec) && in isCoalescedWeak()
162 cast<ConcatInputSection>(isec)->isCoalescedWeak(); in isCoalescedWeak()
286 extern std::vector<ConcatInputSection *> inputSections;