Home
last modified time | relevance | path

Searched refs:hasEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h228 bool hasEntry() const { return !bindingsMap.empty(); } in hasEntry() function
H A DSyntheticSections.cpp121 if (in.exports->hasWeakSymbol || in.weakBinding->hasEntry()) in writeTo()