Searched refs:shouldOmitFromOutput (Results 1 – 7 of 7) sorted by relevance
117 bool shouldOmitFromOutput() const { return !live || isCoalescedWeak(); } in shouldOmitFromOutput() function160 inline bool shouldOmitFromOutput(InputSection *isec) { in shouldOmitFromOutput() function162 cast<ConcatInputSection>(isec)->shouldOmitFromOutput(); in shouldOmitFromOutput()
169 assert(!shouldOmitFromOutput()); in writeTo()191 assert(!::shouldOmitFromOutput(referentIsec)); in writeTo()218 assert(!::shouldOmitFromOutput(referentIsec)); in writeTo()
429 !isec->shouldOmitFromOutput() && hasFoldableFlags; in foldIdenticalSections()
228 assert(!isec->shouldOmitFromOutput() && in prepareRelocations()
672 if (isec->shouldOmitFromOutput()) in scanRelocations()1002 if (isec->shouldOmitFromOutput()) in createOutputSections()
1030 if (cast<ConcatInputSection>(isec)->shouldOmitFromOutput()) in collectDataInCodeEntries()
651 if (!isec || isec->shouldOmitFromOutput()) in applyOptimizationHints()