Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h234 bool hasNonWeakDefinition() const { return !definitions.empty(); } in hasNonWeakDefinition() function
756 bool hasNonWeakDefinition() const { return hasNonWeakDef; } in hasNonWeakDefinition() function
H A DSyntheticSections.cpp119 static bool hasNonWeakDefinition() { in hasNonWeakDefinition() function
120 return config->emitChainedFixups ? in.chainedFixups->hasNonWeakDefinition() in hasNonWeakDefinition()
121 : in.weakBinding->hasNonWeakDefinition(); in hasNonWeakDefinition()
149 if (in.exports->hasWeakSymbol || hasNonWeakDefinition()) in writeTo()