Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h117 bool shouldOmitFromOutput() const { return !live || isCoalescedWeak(); } in shouldOmitFromOutput() function
161 inline bool shouldOmitFromOutput(InputSection *isec) { in shouldOmitFromOutput() function