Home
last modified time | relevance | path

Searched refs:shouldOmitFromOutput (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lld/MachO/
H A DInputSection.h115 bool shouldOmitFromOutput() const { return !live || isCoalescedWeak(); } in shouldOmitFromOutput() function
158 inline bool shouldOmitFromOutput(InputSection *isec) { in shouldOmitFromOutput() function
160 cast<ConcatInputSection>(isec)->shouldOmitFromOutput(); in shouldOmitFromOutput()
H A DInputSection.cpp161 assert(!shouldOmitFromOutput()); in writeTo()
183 assert(!::shouldOmitFromOutput(referentIsec)); in writeTo()
210 assert(!::shouldOmitFromOutput(referentIsec)); in writeTo()
H A DICF.cpp429 !isec->shouldOmitFromOutput() && hasFoldableFlags; in foldIdenticalSections()
H A DUnwindInfoSection.cpp243 assert(!isec->shouldOmitFromOutput() && in prepareRelocations()
H A DWriter.cpp672 if (isec->shouldOmitFromOutput()) in scanRelocations()
995 if (isec->shouldOmitFromOutput()) in createOutputSections()
H A DSyntheticSections.cpp1014 if (cast<ConcatInputSection>(isec)->shouldOmitFromOutput()) in collectDataInCodeEntries()
/openbsd/gnu/llvm/lld/MachO/Arch/
H A DARM64.cpp616 if (!isec || isec->shouldOmitFromOutput()) in applyOptimizationHints()