Searched refs:shouldOmitFromOutput (Results 1 – 7 of 7) sorted by relevance
115 bool shouldOmitFromOutput() const { return !live || isCoalescedWeak(); } in shouldOmitFromOutput() function158 inline bool shouldOmitFromOutput(InputSection *isec) { in shouldOmitFromOutput() function160 cast<ConcatInputSection>(isec)->shouldOmitFromOutput(); in shouldOmitFromOutput()
161 assert(!shouldOmitFromOutput()); in writeTo()183 assert(!::shouldOmitFromOutput(referentIsec)); in writeTo()210 assert(!::shouldOmitFromOutput(referentIsec)); in writeTo()
429 !isec->shouldOmitFromOutput() && hasFoldableFlags; in foldIdenticalSections()
243 assert(!isec->shouldOmitFromOutput() && in prepareRelocations()
672 if (isec->shouldOmitFromOutput()) in scanRelocations()995 if (isec->shouldOmitFromOutput()) in createOutputSections()
1014 if (cast<ConcatInputSection>(isec)->shouldOmitFromOutput()) in collectDataInCodeEntries()
616 if (!isec || isec->shouldOmitFromOutput()) in applyOptimizationHints()