Searched refs:shouldOmitFromOutput (Results 1 – 7 of 7) sorted by relevance
112 bool shouldOmitFromOutput() const { return !live || isCoalescedWeak(); } in shouldOmitFromOutput() function155 inline bool shouldOmitFromOutput(InputSection *isec) { in shouldOmitFromOutput() function157 cast<ConcatInputSection>(isec)->shouldOmitFromOutput(); in shouldOmitFromOutput()
173 assert(!shouldOmitFromOutput()); in writeTo()196 assert(!::shouldOmitFromOutput(referentIsec)); in writeTo()221 assert(!::shouldOmitFromOutput(referentIsec)); in writeTo()
55 assert(!shouldOmitFromOutput(d->isec)); in getSymbols()
422 !isec->keepUnique && !isec->shouldOmitFromOutput() && in foldIdenticalSections()
648 if (isec->shouldOmitFromOutput()) in scanRelocations()949 if (isec->shouldOmitFromOutput()) in createOutputSections()
248 assert(!isec->shouldOmitFromOutput() && in prepareRelocations()
842 if (cast<ConcatInputSection>(isec)->shouldOmitFromOutput()) in collectDataInCodeEntries()