Home
last modified time | relevance | path

Searched defs:isWeakRef (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/MachO/
H A DSymbols.h66 virtual bool isWeakRef() const { return false; } in isWeakRef() function
213 bool isWeakRef() const override { return refState == RefState::Weak; } in isWeakRef() function
267 bool isWeakRef() const override { in isWeakRef() function
H A DSymbolTable.cpp144 bool isWeakRef) { in addUndefined()