Searched defs:hasNonWeakDefinition (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lld/MachO/ | ||
H A D | SyntheticSections.h | 235 bool hasNonWeakDefinition() const { return !definitions.empty(); } in hasNonWeakDefinition() function |
H A D | SyntheticSections.cpp | 113 static bool hasNonWeakDefinition() { hasNonWeakDefinition() function |