Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h806 bool hasWeakBinding() const { return hasWeakBind; } in hasWeakBinding() function
H A DSyntheticSections.cpp108 static bool hasWeakBinding() { in hasWeakBinding() function
109 return config->emitChainedFixups ? in.chainedFixups->hasWeakBinding() in hasWeakBinding()
146 if (in.exports->hasWeakSymbol || hasWeakBinding()) in writeTo()