Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h230 bool hasEntry() const { return !bindingsMap.empty(); } in hasEntry() function
H A DSyntheticSections.cpp141 if (in.exports->hasWeakSymbol || in.weakBinding->hasEntry()) in writeTo()